Shades of Light Cyan #D6FEFC
Tints of Light Cyan #D6FEFC
RGB
CMYK
RGB Variations
Color information
#D6FEFC (or 0xD6FEFC) is known color: Light Cyan. HEX triplet: D6, FE and FC. RGB value is (214,254,252). Sum of RGB (Red+Green+Blue) = 214+254+252=720 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.72% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEFC is #290103. Grayscale: #F1F1F1. Windows color (decimal): -2687236 or 16580310. OLE color: 16580310.
HSL color Cylindrical-coordinate representation of color #D6FEFC: hue angle of 177º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEFC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 252 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.00 |
| HSL | 177º | 0.95% | 0.92% | - |
| HSV(B) | 177º | 0.16% | 1% | - |
| XYZ | 80.74 | 92.21 | 105.64 | - |
| YUV | 241.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 252 | 0.16 | 0 | 0.01 | 0.00 | 177 | 0.95 | 0.92 |
| Hex | D6 | FE | FC | 10 | 0 | 1 | 0 | B1 | 5F | 5C |
| Octal | 326 | 376 | 374 | 20 | 0 | 1 | 0 | 261 | 137 | 134 |
| Binary | 11010110 | 11111110 | 11111100 | 10000 | 0 | 1 | 0 | 10110001 | 1011111 | 1011100 |
Color Harmonies of #D6FEFC
Complementary color
Monochromatic Colors of #D6FEFC
Black with #D6FEFC
Text Example
Text Example
White with #D6FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEFC; }
p { color: rgb(214,254,252); }
H1.HeaderClassName
{
color: #D6FEFC;
}
.AnyTagClassName
{
color: #D6FEFC;
}
</style>
background-color css
<style>
a { background-color: #D6FEFC; }
a { background-color: rgb(214,254,252); }
div.DivClassName
{
background-color: #D6FEFC;
}
.BgClassName
{
background-color: #D6FEFC;
}
</style>
border-color css
<style>
span { border-color: #D6FEFC; }
span { border-color: rgb(214,254,252); }
td.TdClassName
{
border-color: #D6FEFC;
}
.TagClassName
{
border-color: #D6FEFC;
}
</style>