Shades of Light Cyan #E0FEFE
Tints of Light Cyan #E0FEFE
RGB
CMYK
RGB Variations
Color information
#E0FEFE (or 0xE0FEFE) is known color: Light Cyan. HEX triplet: E0, FE and FE. RGB value is (224,254,254). Sum of RGB (Red+Green+Blue) = 224+254+254=732 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.60% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #E0FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEFE is #1F0101. Grayscale: #F5F5F5. Windows color (decimal): -2031874 or 16711392. OLE color: 16711392.
HSL color Cylindrical-coordinate representation of color #E0FEFE: hue angle of 180º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEFE is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 254 | - |
| CMYK | 0.12 | 0 | 0 | 0.00 |
| HSL | 180º | 0.94% | 0.94% | - |
| HSV(B) | 180º | 0.12% | 1% | - |
| XYZ | 84.07 | 93.89 | 107.46 | - |
| YUV | 245.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 254 | 0.12 | 0 | 0 | 0.00 | 180 | 0.94 | 0.94 |
| Hex | E0 | FE | FE | C | 0 | 0 | 0 | B4 | 5E | 5E |
| Octal | 340 | 376 | 376 | 14 | 0 | 0 | 0 | 264 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11111110 | 1100 | 0 | 0 | 0 | 10110100 | 1011110 | 1011110 |
Color Harmonies of #E0FEFE
Complementary color
Monochromatic Colors of #E0FEFE
Black with #E0FEFE
Text Example
Text Example
White with #E0FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEFE; }
p { color: rgb(224,254,254); }
H1.HeaderClassName
{
color: #E0FEFE;
}
.AnyTagClassName
{
color: #E0FEFE;
}
</style>
background-color css
<style>
a { background-color: #E0FEFE; }
a { background-color: rgb(224,254,254); }
div.DivClassName
{
background-color: #E0FEFE;
}
.BgClassName
{
background-color: #E0FEFE;
}
</style>
border-color css
<style>
span { border-color: #E0FEFE; }
span { border-color: rgb(224,254,254); }
td.TdClassName
{
border-color: #E0FEFE;
}
.TagClassName
{
border-color: #E0FEFE;
}
</style>