Shades of Light Cyan #E0F6FA
Tints of Light Cyan #E0F6FA
RGB
CMYK
RGB Variations
Color information
#E0F6FA (or 0xE0F6FA) is known color: Light Cyan. HEX triplet: E0, F6 and FA. RGB value is (224,246,250). Sum of RGB (Red+Green+Blue) = 224+246+250=720 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.11% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F6FA is #1F0905. Grayscale: #EFEFEF. Windows color (decimal): -2033926 or 16447200. OLE color: 16447200.
HSL color Cylindrical-coordinate representation of color #E0F6FA: hue angle of 189.23º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F6FA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 246 | 250 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.02 |
| HSL | 189.23º | 0.72% | 0.93% | - |
| HSV(B) | 189.23º | 0.1% | 0.98% | - |
| XYZ | 80.95 | 88.66 | 103.29 | - |
| YUV | 239.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 250 | 0.10 | 0.02 | 0 | 0.02 | 189.23 | 0.72 | 0.93 |
| Hex | E0 | F6 | FA | A | 2 | 0 | 2 | BD | 48 | 5D |
| Octal | 340 | 366 | 372 | 12 | 2 | 0 | 2 | 275 | 110 | 135 |
| Binary | 11100000 | 11110110 | 11111010 | 1010 | 10 | 0 | 10 | 10111101 | 1001000 | 1011101 |
Color Harmonies of #E0F6FA
Complementary color
Monochromatic Colors of #E0F6FA
Black with #E0F6FA
Text Example
Text Example
White with #E0F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6FA; }
p { color: rgb(224,246,250); }
H1.HeaderClassName
{
color: #E0F6FA;
}
.AnyTagClassName
{
color: #E0F6FA;
}
</style>
background-color css
<style>
a { background-color: #E0F6FA; }
a { background-color: rgb(224,246,250); }
div.DivClassName
{
background-color: #E0F6FA;
}
.BgClassName
{
background-color: #E0F6FA;
}
</style>
border-color css
<style>
span { border-color: #E0F6FA; }
span { border-color: rgb(224,246,250); }
td.TdClassName
{
border-color: #E0F6FA;
}
.TagClassName
{
border-color: #E0F6FA;
}
</style>