Shades of Light Cyan #E0F5FC
Tints of Light Cyan #E0F5FC
RGB
CMYK
RGB Variations
Color information
#E0F5FC (or 0xE0F5FC) is known color: Light Cyan. HEX triplet: E0, F5 and FC. RGB value is (224,245,252). Sum of RGB (Red+Green+Blue) = 224+245+252=721 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.07% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F5FC is #1F0A03. Grayscale: #EFEFEF. Windows color (decimal): -2034180 or 16578016. OLE color: 16578016.
HSL color Cylindrical-coordinate representation of color #E0F5FC: hue angle of 195º 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 #E0F5FC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 245 | 252 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.01 |
| HSL | 195º | 0.82% | 0.93% | - |
| HSV(B) | 195º | 0.11% | 0.99% | - |
| XYZ | 80.96 | 88.18 | 104.85 | - |
| YUV | 239.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 252 | 0.11 | 0.03 | 0 | 0.01 | 195 | 0.82 | 0.93 |
| Hex | E0 | F5 | FC | B | 3 | 0 | 1 | C3 | 52 | 5D |
| Octal | 340 | 365 | 374 | 13 | 3 | 0 | 1 | 303 | 122 | 135 |
| Binary | 11100000 | 11110101 | 11111100 | 1011 | 11 | 0 | 1 | 11000011 | 1010010 | 1011101 |
Color Harmonies of #E0F5FC
Complementary color
Monochromatic Colors of #E0F5FC
Black with #E0F5FC
Text Example
Text Example
White with #E0F5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5FC; }
p { color: rgb(224,245,252); }
H1.HeaderClassName
{
color: #E0F5FC;
}
.AnyTagClassName
{
color: #E0F5FC;
}
</style>
background-color css
<style>
a { background-color: #E0F5FC; }
a { background-color: rgb(224,245,252); }
div.DivClassName
{
background-color: #E0F5FC;
}
.BgClassName
{
background-color: #E0F5FC;
}
</style>
border-color css
<style>
span { border-color: #E0F5FC; }
span { border-color: rgb(224,245,252); }
td.TdClassName
{
border-color: #E0F5FC;
}
.TagClassName
{
border-color: #E0F5FC;
}
</style>