color details

Color Details
#9fd8fb Color Hex

#9fd8fb color RGB value is (9, 253, 143).
#9fd8fb hex color red value is 9, green value is 253, and blue value is 143.
Cylindrical-coordinate representations (HSL) of color #9fd8fb hue: 152.95, saturation: 0.98 and lightness: 0.51.

The process color (four-color CMYK) of #9fd8fb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #9fd8fb is #ff9999. Color #9fd8fb contains mainly RED.

Color Spaces
Color spaces of #9fd8fbValue
RGB159, 216, 251
HSL0.56, 0.92, 0.8
HSV203°, 37°, 98°
XYZ56.26, 63.44, 100.53
Base Numbers
Base Red Green Blue
Binary 10011111 11011000 11111011
Octal 237 330 373
Decimal 159 216 251
Hex 9F D8 FB

RGB Percentages for Color #9fd8fb

25.4%
34.5%
40.1%

CMYK Percentages of the Color #9fd8fb

36.65%
13.94%
1.57%
CSS Codes for Color #9fd8fb
.mybgColor {background-color: #9fd8fb;}
.myforeColor {color: #9fd8fb;}
.myborderColor {border:3px solid #9fd8fb;}
Text Font Color #9fd8fb

<p style="color:#9fd8fb">Text here</p>

This sample text is styled with the font color #9fd8fb. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #9fd8fb

<div style="background-color:#9fd8fb">Div content here</div>

The background color of this div is #9fd8fb
Border Color #9fd8fb

<div style="border:3px solid #9fd8fb">Div here</div>

The border color of this div is #9fd8fb
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(159, 216, 251, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #9fd8fb;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #9fd8fb;
-webkit-box-shadow: 1px 1px 3px #9fd8fb;
box-shadow: 1px 1px 3px #9fd8fb;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159, 216, 251, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #9fd8fb;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #9fd8fb; -webkit-box-shadow: 1px 1px 3px #9fd8fb; box-shadow: 1px 1px 3px #9fd8fb;">Div content here</div>

This div box has a shadow with a specified color. #9fd8fb

Scroll to Top