Shades of Light Cyan #D6FEFF
Tints of Light Cyan #D6FEFF
RGB
CMYK
RGB Variations
Color information
#D6FEFF (or 0xD6FEFF) is known color: Light Cyan. HEX triplet: D6, FE and FF. RGB value is (214,254,255). Sum of RGB (Red+Green+Blue) = 214+254+255=723 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.60% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEFF is #290100. Grayscale: #F2F2F2. Windows color (decimal): -2687233 or 16776918. OLE color: 16776918.
HSL color Cylindrical-coordinate representation of color #D6FEFF: hue angle of 181.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEFF is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 254 | 255 | - |
| CMYK | 0.16 | 0.00 | 0 | 0 |
| HSL | 181.46º | 1% | 0.92% | - |
| HSV(B) | 181.46º | 0.16% | 1% | - |
| XYZ | 81.22 | 92.4 | 108.16 | - |
| YUV | 242.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 255 | 0.16 | 0.00 | 0 | 0 | 181.46 | 1 | 0.92 |
| Hex | D6 | FE | FF | 10 | 0 | 0 | 0 | B5 | 64 | 5C |
| Octal | 326 | 376 | 377 | 20 | 0 | 0 | 0 | 265 | 144 | 134 |
| Binary | 11010110 | 11111110 | 11111111 | 10000 | 0 | 0 | 0 | 10110101 | 1100100 | 1011100 |
Color Harmonies of #D6FEFF
Complementary color
Monochromatic Colors of #D6FEFF
Black with #D6FEFF
Text Example
Text Example
White with #D6FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEFF; }
p { color: rgb(214,254,255); }
H1.HeaderClassName
{
color: #D6FEFF;
}
.AnyTagClassName
{
color: #D6FEFF;
}
</style>
background-color css
<style>
a { background-color: #D6FEFF; }
a { background-color: rgb(214,254,255); }
div.DivClassName
{
background-color: #D6FEFF;
}
.BgClassName
{
background-color: #D6FEFF;
}
</style>
border-color css
<style>
span { border-color: #D6FEFF; }
span { border-color: rgb(214,254,255); }
td.TdClassName
{
border-color: #D6FEFF;
}
.TagClassName
{
border-color: #D6FEFF;
}
</style>