Shades of Light Cyan #E0F7F4
Tints of Light Cyan #E0F7F4
RGB
CMYK
RGB Variations
Color information
#E0F7F4 (or 0xE0F7F4) is known color: Light Cyan. HEX triplet: E0, F7 and F4. RGB value is (224,247,244). Sum of RGB (Red+Green+Blue) = 224+247+244=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F7F4 is #1F080B. Grayscale: #EFEFEF. Windows color (decimal): -2033676 or 16054240. OLE color: 16054240.
HSL color Cylindrical-coordinate representation of color #E0F7F4: hue angle of 172.17º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F7F4 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 247 | 244 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.03 |
| HSL | 172.17º | 0.59% | 0.92% | - |
| HSV(B) | 172.17º | 0.09% | 0.97% | - |
| XYZ | 80.33 | 88.9 | 98.51 | - |
| YUV | 239.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 244 | 0.09 | 0 | 0.01 | 0.03 | 172.17 | 0.59 | 0.92 |
| Hex | E0 | F7 | F4 | 9 | 0 | 1 | 3 | AC | 3B | 5C |
| Octal | 340 | 367 | 364 | 11 | 0 | 1 | 3 | 254 | 73 | 134 |
| Binary | 11100000 | 11110111 | 11110100 | 1001 | 0 | 1 | 11 | 10101100 | 111011 | 1011100 |
Color Harmonies of #E0F7F4
Complementary color
Monochromatic Colors of #E0F7F4
Black with #E0F7F4
Text Example
Text Example
White with #E0F7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F7F4; }
p { color: rgb(224,247,244); }
H1.HeaderClassName
{
color: #E0F7F4;
}
.AnyTagClassName
{
color: #E0F7F4;
}
</style>
background-color css
<style>
a { background-color: #E0F7F4; }
a { background-color: rgb(224,247,244); }
div.DivClassName
{
background-color: #E0F7F4;
}
.BgClassName
{
background-color: #E0F7F4;
}
</style>
border-color css
<style>
span { border-color: #E0F7F4; }
span { border-color: rgb(224,247,244); }
td.TdClassName
{
border-color: #E0F7F4;
}
.TagClassName
{
border-color: #E0F7F4;
}
</style>