Shades of Light Cyan #E0F6F8
Tints of Light Cyan #E0F6F8
RGB
CMYK
RGB Variations
Color information
#E0F6F8 (or 0xE0F6F8) is known color: Light Cyan. HEX triplet: E0, F6 and F8. RGB value is (224,246,248). Sum of RGB (Red+Green+Blue) = 224+246+248=718 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.20% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0F6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F6F8 is #1F0907. Grayscale: #EFEFEF. Windows color (decimal): -2033928 or 16316128. OLE color: 16316128.
HSL color Cylindrical-coordinate representation of color #E0F6F8: hue angle of 185º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F6F8 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 246 | 248 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.03 |
| HSL | 185º | 0.63% | 0.93% | - |
| HSV(B) | 185º | 0.1% | 0.97% | - |
| XYZ | 80.64 | 88.54 | 101.65 | - |
| YUV | 239.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 248 | 0.10 | 0.01 | 0 | 0.03 | 185 | 0.63 | 0.93 |
| Hex | E0 | F6 | F8 | A | 1 | 0 | 3 | B9 | 3F | 5D |
| Octal | 340 | 366 | 370 | 12 | 1 | 0 | 3 | 271 | 77 | 135 |
| Binary | 11100000 | 11110110 | 11111000 | 1010 | 1 | 0 | 11 | 10111001 | 111111 | 1011101 |
Color Harmonies of #E0F6F8
Complementary color
Monochromatic Colors of #E0F6F8
Black with #E0F6F8
Text Example
Text Example
White with #E0F6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6F8; }
p { color: rgb(224,246,248); }
H1.HeaderClassName
{
color: #E0F6F8;
}
.AnyTagClassName
{
color: #E0F6F8;
}
</style>
background-color css
<style>
a { background-color: #E0F6F8; }
a { background-color: rgb(224,246,248); }
div.DivClassName
{
background-color: #E0F6F8;
}
.BgClassName
{
background-color: #E0F6F8;
}
</style>
border-color css
<style>
span { border-color: #E0F6F8; }
span { border-color: rgb(224,246,248); }
td.TdClassName
{
border-color: #E0F6F8;
}
.TagClassName
{
border-color: #E0F6F8;
}
</style>