Shades of Light Cyan #E0F7FE
Tints of Light Cyan #E0F7FE
RGB
CMYK
RGB Variations
Color information
#E0F7FE (or 0xE0F7FE) is known color: Light Cyan. HEX triplet: E0, F7 and FE. RGB value is (224,247,254). Sum of RGB (Red+Green+Blue) = 224+247+254=725 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.90% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F7FE is #1F0801. Grayscale: #F0F0F0. Windows color (decimal): -2033666 or 16709600. OLE color: 16709600.
HSL color Cylindrical-coordinate representation of color #E0F7FE: hue angle of 194º 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 #E0F7FE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 247 | 254 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.00 |
| HSL | 194º | 0.94% | 0.94% | - |
| HSV(B) | 194º | 0.12% | 1% | - |
| XYZ | 81.89 | 89.52 | 106.73 | - |
| YUV | 240.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 254 | 0.12 | 0.03 | 0 | 0.00 | 194 | 0.94 | 0.94 |
| Hex | E0 | F7 | FE | C | 3 | 0 | 0 | C2 | 5E | 5E |
| Octal | 340 | 367 | 376 | 14 | 3 | 0 | 0 | 302 | 136 | 136 |
| Binary | 11100000 | 11110111 | 11111110 | 1100 | 11 | 0 | 0 | 11000010 | 1011110 | 1011110 |
Color Harmonies of #E0F7FE
Complementary color
Monochromatic Colors of #E0F7FE
Black with #E0F7FE
Text Example
Text Example
White with #E0F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F7FE; }
p { color: rgb(224,247,254); }
H1.HeaderClassName
{
color: #E0F7FE;
}
.AnyTagClassName
{
color: #E0F7FE;
}
</style>
background-color css
<style>
a { background-color: #E0F7FE; }
a { background-color: rgb(224,247,254); }
div.DivClassName
{
background-color: #E0F7FE;
}
.BgClassName
{
background-color: #E0F7FE;
}
</style>
border-color css
<style>
span { border-color: #E0F7FE; }
span { border-color: rgb(224,247,254); }
td.TdClassName
{
border-color: #E0F7FE;
}
.TagClassName
{
border-color: #E0F7FE;
}
</style>