Shades of Light Cyan #E0FFF8
Tints of Light Cyan #E0FFF8
RGB
CMYK
RGB Variations
Color information
#E0FFF8 (or 0xE0FFF8) is known color: Light Cyan. HEX triplet: E0, FF and F8. RGB value is (224,255,248). Sum of RGB (Red+Green+Blue) = 224+255+248=727 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.81% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFF8 is #1F0007. Grayscale: #F4F4F4. Windows color (decimal): -2031624 or 16318432. OLE color: 16318432.
HSL color Cylindrical-coordinate representation of color #E0FFF8: hue angle of 166.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFF8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 248 | - |
| CMYK | 0.12 | 0 | 0.03 | 0 |
| HSL | 166.45º | 1% | 0.94% | - |
| HSV(B) | 166.45º | 0.12% | 1% | - |
| XYZ | 83.44 | 94.14 | 102.58 | - |
| YUV | 244.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 248 | 0.12 | 0 | 0.03 | 0 | 166.45 | 1 | 0.94 |
| Hex | E0 | FF | F8 | C | 0 | 3 | 0 | A6 | 64 | 5E |
| Octal | 340 | 377 | 370 | 14 | 0 | 3 | 0 | 246 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11111000 | 1100 | 0 | 11 | 0 | 10100110 | 1100100 | 1011110 |
Color Harmonies of #E0FFF8
Complementary color
Monochromatic Colors of #E0FFF8
Black with #E0FFF8
Text Example
Text Example
White with #E0FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFF8; }
p { color: rgb(224,255,248); }
H1.HeaderClassName
{
color: #E0FFF8;
}
.AnyTagClassName
{
color: #E0FFF8;
}
</style>
background-color css
<style>
a { background-color: #E0FFF8; }
a { background-color: rgb(224,255,248); }
div.DivClassName
{
background-color: #E0FFF8;
}
.BgClassName
{
background-color: #E0FFF8;
}
</style>
border-color css
<style>
span { border-color: #E0FFF8; }
span { border-color: rgb(224,255,248); }
td.TdClassName
{
border-color: #E0FFF8;
}
.TagClassName
{
border-color: #E0FFF8;
}
</style>