Shades of Light Cyan #D9F7FD
Tints of Light Cyan #D9F7FD
RGB
CMYK
RGB Variations
Color information
#D9F7FD (or 0xD9F7FD) is known color: Light Cyan. HEX triplet: D9, F7 and FD. RGB value is (217,247,253). Sum of RGB (Red+Green+Blue) = 217+247+253=717 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.26% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F7FD is #260802. Grayscale: #EEEEEE. Windows color (decimal): -2492419 or 16644057. OLE color: 16644057.
HSL color Cylindrical-coordinate representation of color #D9F7FD: hue angle of 190º 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 #D9F7FD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 247 | 253 | - |
CMYK | 0.14 | 0.02 | 0 | 0.01 |
HSL | 190º | 0.9% | 0.92% | - |
HSV(B) | 190º | 0.14% | 0.99% | - |
XYZ | 79.61 | 88.37 | 105.79 | - |
YUV | 238.71 | 136.06 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 247 | 253 | 0.14 | 0.02 | 0 | 0.01 | 190 | 0.9 | 0.92 |
Hex | D9 | F7 | FD | E | 2 | 0 | 1 | BE | 5A | 5C |
Octal | 331 | 367 | 375 | 16 | 2 | 0 | 1 | 276 | 132 | 134 |
Binary | 11011001 | 11110111 | 11111101 | 1110 | 10 | 0 | 1 | 10111110 | 1011010 | 1011100 |
Color Harmonies of #D9F7FD
Complementary color
Monochromatic Colors of #D9F7FD
Black with #D9F7FD
Text Example
Text Example
White with #D9F7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F7FD; }
p { color: rgb(217,247,253); }
H1.HeaderClassName
{
color: #D9F7FD;
}
.AnyTagClassName
{
color: #D9F7FD;
}
</style>
background-color css
<style>
a { background-color: #D9F7FD; }
a { background-color: rgb(217,247,253); }
div.DivClassName
{
background-color: #D9F7FD;
}
.BgClassName
{
background-color: #D9F7FD;
}
</style>
border-color css
<style>
span { border-color: #D9F7FD; }
span { border-color: rgb(217,247,253); }
td.TdClassName
{
border-color: #D9F7FD;
}
.TagClassName
{
border-color: #D9F7FD;
}
</style>