#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 of #9fd8fb | Value |
|---|---|
| RGB | 159, 216, 251 |
| HSL | 0.56, 0.92, 0.8 |
| HSV | 203°, 37°, 98° |
| XYZ | 56.26, 63.44, 100.53 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011111 | 11011000 | 11111011 |
| Octal | 237 | 330 | 373 |
| Decimal | 159 | 216 | 251 |
| Hex | 9F | D8 | FB |
Shades of #9fd8fb
Tints of #9fd8fb
.mybgColor {background-color: #9fd8fb;}
.myforeColor {color: #9fd8fb;}
.myborderColor {border:3px solid #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,
<div style="background-color:#9fd8fb">Div content here</div>
<div style="border:3px solid #9fd8fb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(159, 216, 251, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #9fd8fb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
