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