Shades of Light Cyan #DEFEFA
Tints of Light Cyan #DEFEFA
RGB
CMYK
RGB Variations
Color information
#DEFEFA (or 0xDEFEFA) is known color: Light Cyan. HEX triplet: DE, FE and FA. RGB value is (222,254,250). Sum of RGB (Red+Green+Blue) = 222+254+250=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFA is #210105. Grayscale: #F3F3F3. Windows color (decimal): -2162950 or 16449246. OLE color: 16449246.
HSL color Cylindrical-coordinate representation of color #DEFEFA: hue angle of 172.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 250 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.00 |
| HSL | 172.5º | 0.94% | 0.93% | - |
| HSV(B) | 172.5º | 0.13% | 1% | - |
| XYZ | 82.82 | 93.32 | 104.09 | - |
| YUV | 243.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 250 | 0.13 | 0 | 0.02 | 0.00 | 172.5 | 0.94 | 0.93 |
| Hex | DE | FE | FA | D | 0 | 2 | 0 | AC | 5E | 5D |
| Octal | 336 | 376 | 372 | 15 | 0 | 2 | 0 | 254 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11111010 | 1101 | 0 | 10 | 0 | 10101100 | 1011110 | 1011101 |
Color Harmonies of #DEFEFA
Complementary color
Monochromatic Colors of #DEFEFA
Black with #DEFEFA
Text Example
Text Example
White with #DEFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEFA; }
p { color: rgb(222,254,250); }
H1.HeaderClassName
{
color: #DEFEFA;
}
.AnyTagClassName
{
color: #DEFEFA;
}
</style>
background-color css
<style>
a { background-color: #DEFEFA; }
a { background-color: rgb(222,254,250); }
div.DivClassName
{
background-color: #DEFEFA;
}
.BgClassName
{
background-color: #DEFEFA;
}
</style>
border-color css
<style>
span { border-color: #DEFEFA; }
span { border-color: rgb(222,254,250); }
td.TdClassName
{
border-color: #DEFEFA;
}
.TagClassName
{
border-color: #DEFEFA;
}
</style>