Shades of Light Cyan #E0FEFF
Tints of Light Cyan #E0FEFF
RGB
CMYK
RGB Variations
Color information
#E0FEFF (or 0xE0FEFF) is known color: Light Cyan. HEX triplet: E0, FE and FF. RGB value is (224,254,255). Sum of RGB (Red+Green+Blue) = 224+254+255=733 (97% of max value = 765). Red value is 224 (87.89% from 255 or 30.56% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEFF is #1F0100. Grayscale: #F5F5F5. Windows color (decimal): -2031873 or 16776928. OLE color: 16776928.
HSL color Cylindrical-coordinate representation of color #E0FEFF: hue angle of 181.94º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEFF is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 254 | 255 | - |
| CMYK | 0.12 | 0.00 | 0 | 0 |
| HSL | 181.94º | 1% | 0.94% | - |
| HSV(B) | 181.94º | 0.12% | 1% | - |
| XYZ | 84.23 | 93.95 | 108.3 | - |
| YUV | 245.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 255 | 0.12 | 0.00 | 0 | 0 | 181.94 | 1 | 0.94 |
| Hex | E0 | FE | FF | C | 0 | 0 | 0 | B6 | 64 | 5E |
| Octal | 340 | 376 | 377 | 14 | 0 | 0 | 0 | 266 | 144 | 136 |
| Binary | 11100000 | 11111110 | 11111111 | 1100 | 0 | 0 | 0 | 10110110 | 1100100 | 1011110 |
Color Harmonies of #E0FEFF
Complementary color
Monochromatic Colors of #E0FEFF
Black with #E0FEFF
Text Example
Text Example
White with #E0FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEFF; }
p { color: rgb(224,254,255); }
H1.HeaderClassName
{
color: #E0FEFF;
}
.AnyTagClassName
{
color: #E0FEFF;
}
</style>
background-color css
<style>
a { background-color: #E0FEFF; }
a { background-color: rgb(224,254,255); }
div.DivClassName
{
background-color: #E0FEFF;
}
.BgClassName
{
background-color: #E0FEFF;
}
</style>
border-color css
<style>
span { border-color: #E0FEFF; }
span { border-color: rgb(224,254,255); }
td.TdClassName
{
border-color: #E0FEFF;
}
.TagClassName
{
border-color: #E0FEFF;
}
</style>