Shades of Light Cyan #D9FAFF
Tints of Light Cyan #D9FAFF
RGB
CMYK
RGB Variations
Color information
#D9FAFF (or 0xD9FAFF) is known color: Light Cyan. HEX triplet: D9, FA and FF. RGB value is (217,250,255). Sum of RGB (Red+Green+Blue) = 217+250+255=722 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.06% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAFF is #260500. Grayscale: #F0F0F0. Windows color (decimal): -2491649 or 16775897. OLE color: 16775897.
HSL color Cylindrical-coordinate representation of color #D9FAFF: hue angle of 187.89º 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 #D9FAFF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 250 | 255 | - |
| CMYK | 0.15 | 0.02 | 0 | 0 |
| HSL | 187.89º | 1% | 0.93% | - |
| HSV(B) | 187.89º | 0.15% | 1% | - |
| XYZ | 80.85 | 90.34 | 107.78 | - |
| YUV | 240.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 255 | 0.15 | 0.02 | 0 | 0 | 187.89 | 1 | 0.93 |
| Hex | D9 | FA | FF | F | 2 | 0 | 0 | BC | 64 | 5D |
| Octal | 331 | 372 | 377 | 17 | 2 | 0 | 0 | 274 | 144 | 135 |
| Binary | 11011001 | 11111010 | 11111111 | 1111 | 10 | 0 | 0 | 10111100 | 1100100 | 1011101 |
Color Harmonies of #D9FAFF
Complementary color
Monochromatic Colors of #D9FAFF
Black with #D9FAFF
Text Example
Text Example
White with #D9FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAFF; }
p { color: rgb(217,250,255); }
H1.HeaderClassName
{
color: #D9FAFF;
}
.AnyTagClassName
{
color: #D9FAFF;
}
</style>
background-color css
<style>
a { background-color: #D9FAFF; }
a { background-color: rgb(217,250,255); }
div.DivClassName
{
background-color: #D9FAFF;
}
.BgClassName
{
background-color: #D9FAFF;
}
</style>
border-color css
<style>
span { border-color: #D9FAFF; }
span { border-color: rgb(217,250,255); }
td.TdClassName
{
border-color: #D9FAFF;
}
.TagClassName
{
border-color: #D9FAFF;
}
</style>