Shades of Light Cyan #E0F6FC
Tints of Light Cyan #E0F6FC
RGB
CMYK
RGB Variations
Color information
#E0F6FC (or 0xE0F6FC) is known color: Light Cyan. HEX triplet: E0, F6 and FC. RGB value is (224,246,252). Sum of RGB (Red+Green+Blue) = 224+246+252=722 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.02% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F6FC is #1F0903. Grayscale: #F0F0F0. Windows color (decimal): -2033924 or 16578272. OLE color: 16578272.
HSL color Cylindrical-coordinate representation of color #E0F6FC: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0F6FC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 246 | 252 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.01 |
| HSL | 192.86º | 0.82% | 0.93% | - |
| HSV(B) | 192.86º | 0.11% | 0.99% | - |
| XYZ | 81.27 | 88.79 | 104.95 | - |
| YUV | 240.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 252 | 0.11 | 0.02 | 0 | 0.01 | 192.86 | 0.82 | 0.93 |
| Hex | E0 | F6 | FC | B | 2 | 0 | 1 | C1 | 52 | 5D |
| Octal | 340 | 366 | 374 | 13 | 2 | 0 | 1 | 301 | 122 | 135 |
| Binary | 11100000 | 11110110 | 11111100 | 1011 | 10 | 0 | 1 | 11000001 | 1010010 | 1011101 |
Color Harmonies of #E0F6FC
Complementary color
Monochromatic Colors of #E0F6FC
Black with #E0F6FC
Text Example
Text Example
White with #E0F6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6FC; }
p { color: rgb(224,246,252); }
H1.HeaderClassName
{
color: #E0F6FC;
}
.AnyTagClassName
{
color: #E0F6FC;
}
</style>
background-color css
<style>
a { background-color: #E0F6FC; }
a { background-color: rgb(224,246,252); }
div.DivClassName
{
background-color: #E0F6FC;
}
.BgClassName
{
background-color: #E0F6FC;
}
</style>
border-color css
<style>
span { border-color: #E0F6FC; }
span { border-color: rgb(224,246,252); }
td.TdClassName
{
border-color: #E0F6FC;
}
.TagClassName
{
border-color: #E0F6FC;
}
</style>