Shades of Light Cyan #DEFEFF
Tints of Light Cyan #DEFEFF
RGB
CMYK
RGB Variations
Color information
#DEFEFF (or 0xDEFEFF) is known color: Light Cyan. HEX triplet: DE, FE and FF. RGB value is (222,254,255). Sum of RGB (Red+Green+Blue) = 222+254+255=731 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.37% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFF is #210100. Grayscale: #F4F4F4. Windows color (decimal): -2162945 or 16776926. OLE color: 16776926.
HSL color Cylindrical-coordinate representation of color #DEFEFF: hue angle of 181.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFF is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 254 | 255 | - |
| CMYK | 0.13 | 0.00 | 0 | 0 |
| HSL | 181.82º | 1% | 0.94% | - |
| HSV(B) | 181.82º | 0.13% | 1% | - |
| XYZ | 83.62 | 93.63 | 108.27 | - |
| YUV | 244.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 255 | 0.13 | 0.00 | 0 | 0 | 181.82 | 1 | 0.94 |
| Hex | DE | FE | FF | D | 0 | 0 | 0 | B6 | 64 | 5E |
| Octal | 336 | 376 | 377 | 15 | 0 | 0 | 0 | 266 | 144 | 136 |
| Binary | 11011110 | 11111110 | 11111111 | 1101 | 0 | 0 | 0 | 10110110 | 1100100 | 1011110 |
Color Harmonies of #DEFEFF
Complementary color
Monochromatic Colors of #DEFEFF
Black with #DEFEFF
Text Example
Text Example
White with #DEFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEFF; }
p { color: rgb(222,254,255); }
H1.HeaderClassName
{
color: #DEFEFF;
}
.AnyTagClassName
{
color: #DEFEFF;
}
</style>
background-color css
<style>
a { background-color: #DEFEFF; }
a { background-color: rgb(222,254,255); }
div.DivClassName
{
background-color: #DEFEFF;
}
.BgClassName
{
background-color: #DEFEFF;
}
</style>
border-color css
<style>
span { border-color: #DEFEFF; }
span { border-color: rgb(222,254,255); }
td.TdClassName
{
border-color: #DEFEFF;
}
.TagClassName
{
border-color: #DEFEFF;
}
</style>