Shades of Light Cyan #D6FAFE
Tints of Light Cyan #D6FAFE
RGB
CMYK
RGB Variations
Color information
#D6FAFE (or 0xD6FAFE) is known color: Light Cyan. HEX triplet: D6, FA and FE. RGB value is (214,250,254). Sum of RGB (Red+Green+Blue) = 214+250+254=718 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.81% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAFE is #290501. Grayscale: #EFEFEF. Windows color (decimal): -2688258 or 16710358. OLE color: 16710358.
HSL color Cylindrical-coordinate representation of color #D6FAFE: hue angle of 186º 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 #D6FAFE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 250 | 254 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.00 |
| HSL | 186º | 0.95% | 0.92% | - |
| HSV(B) | 186º | 0.16% | 1% | - |
| XYZ | 79.81 | 89.82 | 106.9 | - |
| YUV | 239.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 254 | 0.16 | 0.02 | 0 | 0.00 | 186 | 0.95 | 0.92 |
| Hex | D6 | FA | FE | 10 | 2 | 0 | 0 | BA | 5F | 5C |
| Octal | 326 | 372 | 376 | 20 | 2 | 0 | 0 | 272 | 137 | 134 |
| Binary | 11010110 | 11111010 | 11111110 | 10000 | 10 | 0 | 0 | 10111010 | 1011111 | 1011100 |
Color Harmonies of #D6FAFE
Complementary color
Monochromatic Colors of #D6FAFE
Black with #D6FAFE
Text Example
Text Example
White with #D6FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAFE; }
p { color: rgb(214,250,254); }
H1.HeaderClassName
{
color: #D6FAFE;
}
.AnyTagClassName
{
color: #D6FAFE;
}
</style>
background-color css
<style>
a { background-color: #D6FAFE; }
a { background-color: rgb(214,250,254); }
div.DivClassName
{
background-color: #D6FAFE;
}
.BgClassName
{
background-color: #D6FAFE;
}
</style>
border-color css
<style>
span { border-color: #D6FAFE; }
span { border-color: rgb(214,250,254); }
td.TdClassName
{
border-color: #D6FAFE;
}
.TagClassName
{
border-color: #D6FAFE;
}
</style>