Shades of Light Cyan #D9FDF9
Tints of Light Cyan #D9FDF9
RGB
CMYK
RGB Variations
Color information
#D9FDF9 (or 0xD9FDF9) is known color: Light Cyan. HEX triplet: D9, FD and F9. RGB value is (217,253,249). Sum of RGB (Red+Green+Blue) = 217+253+249=719 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.18% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDF9 is #260206. Grayscale: #F1F1F1. Windows color (decimal): -2490887 or 16383449. OLE color: 16383449.
HSL color Cylindrical-coordinate representation of color #D9FDF9: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDF9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 249 | - |
CMYK | 0.14 | 0 | 0.02 | 0.01 |
HSL | 173.33º | 0.9% | 0.92% | - |
HSV(B) | 173.33º | 0.14% | 0.99% | - |
XYZ | 80.84 | 91.84 | 103.09 | - |
YUV | 241.78 | 132.07 | 110.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 249 | 0.14 | 0 | 0.02 | 0.01 | 173.33 | 0.9 | 0.92 |
Hex | D9 | FD | F9 | E | 0 | 2 | 1 | AD | 5A | 5C |
Octal | 331 | 375 | 371 | 16 | 0 | 2 | 1 | 255 | 132 | 134 |
Binary | 11011001 | 11111101 | 11111001 | 1110 | 0 | 10 | 1 | 10101101 | 1011010 | 1011100 |
Color Harmonies of #D9FDF9
Complementary color
Monochromatic Colors of #D9FDF9
Black with #D9FDF9
Text Example
Text Example
White with #D9FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDF9; }
p { color: rgb(217,253,249); }
H1.HeaderClassName
{
color: #D9FDF9;
}
.AnyTagClassName
{
color: #D9FDF9;
}
</style>
background-color css
<style>
a { background-color: #D9FDF9; }
a { background-color: rgb(217,253,249); }
div.DivClassName
{
background-color: #D9FDF9;
}
.BgClassName
{
background-color: #D9FDF9;
}
</style>
border-color css
<style>
span { border-color: #D9FDF9; }
span { border-color: rgb(217,253,249); }
td.TdClassName
{
border-color: #D9FDF9;
}
.TagClassName
{
border-color: #D9FDF9;
}
</style>