Shades of Light Cyan #E0FFFC
Tints of Light Cyan #E0FFFC
RGB
CMYK
RGB Variations
Color information
#E0FFFC (or 0xE0FFFC) is known color: Light Cyan. HEX triplet: E0, FF and FC. RGB value is (224,255,252). Sum of RGB (Red+Green+Blue) = 224+255+252=731 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.64% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFC is #1F0003. Grayscale: #F5F5F5. Windows color (decimal): -2031620 or 16580576. OLE color: 16580576.
HSL color Cylindrical-coordinate representation of color #E0FFFC: hue angle of 174.19º 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 #E0FFFC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 252 | - |
| CMYK | 0.12 | 0 | 0.01 | 0 |
| HSL | 174.19º | 1% | 0.94% | - |
| HSV(B) | 174.19º | 0.12% | 1% | - |
| XYZ | 84.07 | 94.4 | 105.88 | - |
| YUV | 245.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 252 | 0.12 | 0 | 0.01 | 0 | 174.19 | 1 | 0.94 |
| Hex | E0 | FF | FC | C | 0 | 1 | 0 | AE | 64 | 5E |
| Octal | 340 | 377 | 374 | 14 | 0 | 1 | 0 | 256 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11111100 | 1100 | 0 | 1 | 0 | 10101110 | 1100100 | 1011110 |
Color Harmonies of #E0FFFC
Complementary color
Monochromatic Colors of #E0FFFC
Black with #E0FFFC
Text Example
Text Example
White with #E0FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFFC; }
p { color: rgb(224,255,252); }
H1.HeaderClassName
{
color: #E0FFFC;
}
.AnyTagClassName
{
color: #E0FFFC;
}
</style>
background-color css
<style>
a { background-color: #E0FFFC; }
a { background-color: rgb(224,255,252); }
div.DivClassName
{
background-color: #E0FFFC;
}
.BgClassName
{
background-color: #E0FFFC;
}
</style>
border-color css
<style>
span { border-color: #E0FFFC; }
span { border-color: rgb(224,255,252); }
td.TdClassName
{
border-color: #E0FFFC;
}
.TagClassName
{
border-color: #E0FFFC;
}
</style>