Shades of Light Cyan #D9F8FF
Tints of Light Cyan #D9F8FF
RGB
CMYK
RGB Variations
Color information
#D9F8FF (or 0xD9F8FF) is known color: Light Cyan. HEX triplet: D9, F8 and FF. RGB value is (217,248,255). Sum of RGB (Red+Green+Blue) = 217+248+255=720 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.14% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F8FF is #260700. Grayscale: #EFEFEF. Windows color (decimal): -2492161 or 16775385. OLE color: 16775385.
HSL color Cylindrical-coordinate representation of color #D9F8FF: hue angle of 191.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F8FF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 248 | 255 | - |
| CMYK | 0.15 | 0.03 | 0 | 0 |
| HSL | 191.05º | 1% | 0.93% | - |
| HSV(B) | 191.05º | 0.15% | 1% | - |
| XYZ | 80.23 | 89.11 | 107.58 | - |
| YUV | 239.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 255 | 0.15 | 0.03 | 0 | 0 | 191.05 | 1 | 0.93 |
| Hex | D9 | F8 | FF | F | 3 | 0 | 0 | BF | 64 | 5D |
| Octal | 331 | 370 | 377 | 17 | 3 | 0 | 0 | 277 | 144 | 135 |
| Binary | 11011001 | 11111000 | 11111111 | 1111 | 11 | 0 | 0 | 10111111 | 1100100 | 1011101 |
Color Harmonies of #D9F8FF
Complementary color
Monochromatic Colors of #D9F8FF
Black with #D9F8FF
Text Example
Text Example
White with #D9F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F8FF; }
p { color: rgb(217,248,255); }
H1.HeaderClassName
{
color: #D9F8FF;
}
.AnyTagClassName
{
color: #D9F8FF;
}
</style>
background-color css
<style>
a { background-color: #D9F8FF; }
a { background-color: rgb(217,248,255); }
div.DivClassName
{
background-color: #D9F8FF;
}
.BgClassName
{
background-color: #D9F8FF;
}
</style>
border-color css
<style>
span { border-color: #D9F8FF; }
span { border-color: rgb(217,248,255); }
td.TdClassName
{
border-color: #D9F8FF;
}
.TagClassName
{
border-color: #D9F8FF;
}
</style>