Shades of Light Cyan #D9FEFE
Tints of Light Cyan #D9FEFE
RGB
CMYK
RGB Variations
Color information
#D9FEFE (or 0xD9FEFE) is known color: Light Cyan. HEX triplet: D9, FE and FE. RGB value is (217,254,254). Sum of RGB (Red+Green+Blue) = 217+254+254=725 (96% of max value = 765). Red value is 217 (85.16% from 255 or 29.93% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #D9FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEFE is #260101. Grayscale: #F2F2F2. Windows color (decimal): -2490626 or 16711385. OLE color: 16711385.
HSL color Cylindrical-coordinate representation of color #D9FEFE: hue angle of 180º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FEFE is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 254 | - |
| CMYK | 0.15 | 0 | 0 | 0.00 |
| HSL | 180º | 0.95% | 0.92% | - |
| HSV(B) | 180º | 0.15% | 1% | - |
| XYZ | 81.95 | 92.79 | 107.36 | - |
| YUV | 242.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 254 | 0.15 | 0 | 0 | 0.00 | 180 | 0.95 | 0.92 |
| Hex | D9 | FE | FE | F | 0 | 0 | 0 | B4 | 5F | 5C |
| Octal | 331 | 376 | 376 | 17 | 0 | 0 | 0 | 264 | 137 | 134 |
| Binary | 11011001 | 11111110 | 11111110 | 1111 | 0 | 0 | 0 | 10110100 | 1011111 | 1011100 |
Color Harmonies of #D9FEFE
Complementary color
Monochromatic Colors of #D9FEFE
Black with #D9FEFE
Text Example
Text Example
White with #D9FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FEFE; }
p { color: rgb(217,254,254); }
H1.HeaderClassName
{
color: #D9FEFE;
}
.AnyTagClassName
{
color: #D9FEFE;
}
</style>
background-color css
<style>
a { background-color: #D9FEFE; }
a { background-color: rgb(217,254,254); }
div.DivClassName
{
background-color: #D9FEFE;
}
.BgClassName
{
background-color: #D9FEFE;
}
</style>
border-color css
<style>
span { border-color: #D9FEFE; }
span { border-color: rgb(217,254,254); }
td.TdClassName
{
border-color: #D9FEFE;
}
.TagClassName
{
border-color: #D9FEFE;
}
</style>