Shades of Light Cyan #E0FEF9
Tints of Light Cyan #E0FEF9
RGB
CMYK
RGB Variations
Color information
#E0FEF9 (or 0xE0FEF9) is known color: Light Cyan. HEX triplet: E0, FE and F9. RGB value is (224,254,249). Sum of RGB (Red+Green+Blue) = 224+254+249=727 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.81% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEF9 is #1F0106. Grayscale: #F4F4F4. Windows color (decimal): -2031879 or 16383712. OLE color: 16383712.
HSL color Cylindrical-coordinate representation of color #E0FEF9: hue angle of 170º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEF9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 249 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.00 |
| HSL | 170º | 0.94% | 0.94% | - |
| HSV(B) | 170º | 0.12% | 1% | - |
| XYZ | 83.28 | 93.57 | 103.29 | - |
| YUV | 244.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 249 | 0.12 | 0 | 0.02 | 0.00 | 170 | 0.94 | 0.94 |
| Hex | E0 | FE | F9 | C | 0 | 2 | 0 | AA | 5E | 5E |
| Octal | 340 | 376 | 371 | 14 | 0 | 2 | 0 | 252 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11111001 | 1100 | 0 | 10 | 0 | 10101010 | 1011110 | 1011110 |
Color Harmonies of #E0FEF9
Complementary color
Monochromatic Colors of #E0FEF9
Black with #E0FEF9
Text Example
Text Example
White with #E0FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEF9; }
p { color: rgb(224,254,249); }
H1.HeaderClassName
{
color: #E0FEF9;
}
.AnyTagClassName
{
color: #E0FEF9;
}
</style>
background-color css
<style>
a { background-color: #E0FEF9; }
a { background-color: rgb(224,254,249); }
div.DivClassName
{
background-color: #E0FEF9;
}
.BgClassName
{
background-color: #E0FEF9;
}
</style>
border-color css
<style>
span { border-color: #E0FEF9; }
span { border-color: rgb(224,254,249); }
td.TdClassName
{
border-color: #E0FEF9;
}
.TagClassName
{
border-color: #E0FEF9;
}
</style>