Shades of Light Cyan #DEF6FA
Tints of Light Cyan #DEF6FA
RGB
CMYK
RGB Variations
Color information
#DEF6FA (or 0xDEF6FA) is known color: Light Cyan. HEX triplet: DE, F6 and FA. RGB value is (222,246,250). Sum of RGB (Red+Green+Blue) = 222+246+250=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6FA is #210905. Grayscale: #EFEFEF. Windows color (decimal): -2164998 or 16447198. OLE color: 16447198.
HSL color Cylindrical-coordinate representation of color #DEF6FA: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF6FA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 246 | 250 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.02 |
| HSL | 188.57º | 0.74% | 0.93% | - |
| HSV(B) | 188.57º | 0.11% | 0.98% | - |
| XYZ | 80.34 | 88.34 | 103.26 | - |
| YUV | 239.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 250 | 0.11 | 0.02 | 0 | 0.02 | 188.57 | 0.74 | 0.93 |
| Hex | DE | F6 | FA | B | 2 | 0 | 2 | BD | 4A | 5D |
| Octal | 336 | 366 | 372 | 13 | 2 | 0 | 2 | 275 | 112 | 135 |
| Binary | 11011110 | 11110110 | 11111010 | 1011 | 10 | 0 | 10 | 10111101 | 1001010 | 1011101 |
Color Harmonies of #DEF6FA
Complementary color
Monochromatic Colors of #DEF6FA
Black with #DEF6FA
Text Example
Text Example
White with #DEF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6FA; }
p { color: rgb(222,246,250); }
H1.HeaderClassName
{
color: #DEF6FA;
}
.AnyTagClassName
{
color: #DEF6FA;
}
</style>
background-color css
<style>
a { background-color: #DEF6FA; }
a { background-color: rgb(222,246,250); }
div.DivClassName
{
background-color: #DEF6FA;
}
.BgClassName
{
background-color: #DEF6FA;
}
</style>
border-color css
<style>
span { border-color: #DEF6FA; }
span { border-color: rgb(222,246,250); }
td.TdClassName
{
border-color: #DEF6FA;
}
.TagClassName
{
border-color: #DEF6FA;
}
</style>