Shades of Light Cyan #E0FFFA
Tints of Light Cyan #E0FFFA
RGB
CMYK
RGB Variations
Color information
#E0FFFA (or 0xE0FFFA) is known color: Light Cyan. HEX triplet: E0, FF and FA. RGB value is (224,255,250). Sum of RGB (Red+Green+Blue) = 224+255+250=729 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.73% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFA is #1F0005. Grayscale: #F5F5F5. Windows color (decimal): -2031622 or 16449504. OLE color: 16449504.
HSL color Cylindrical-coordinate representation of color #E0FFFA: hue angle of 170.32º 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 #E0FFFA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 250 | - |
| CMYK | 0.12 | 0 | 0.02 | 0 |
| HSL | 170.32º | 1% | 0.94% | - |
| HSV(B) | 170.32º | 0.12% | 1% | - |
| XYZ | 83.76 | 94.27 | 104.22 | - |
| YUV | 245.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 250 | 0.12 | 0 | 0.02 | 0 | 170.32 | 1 | 0.94 |
| Hex | E0 | FF | FA | C | 0 | 2 | 0 | AA | 64 | 5E |
| Octal | 340 | 377 | 372 | 14 | 0 | 2 | 0 | 252 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11111010 | 1100 | 0 | 10 | 0 | 10101010 | 1100100 | 1011110 |
Color Harmonies of #E0FFFA
Complementary color
Monochromatic Colors of #E0FFFA
Black with #E0FFFA
Text Example
Text Example
White with #E0FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFFA; }
p { color: rgb(224,255,250); }
H1.HeaderClassName
{
color: #E0FFFA;
}
.AnyTagClassName
{
color: #E0FFFA;
}
</style>
background-color css
<style>
a { background-color: #E0FFFA; }
a { background-color: rgb(224,255,250); }
div.DivClassName
{
background-color: #E0FFFA;
}
.BgClassName
{
background-color: #E0FFFA;
}
</style>
border-color css
<style>
span { border-color: #E0FFFA; }
span { border-color: rgb(224,255,250); }
td.TdClassName
{
border-color: #E0FFFA;
}
.TagClassName
{
border-color: #E0FFFA;
}
</style>