Shades of Light Cyan #E0FFFB
Tints of Light Cyan #E0FFFB
RGB
CMYK
RGB Variations
Color information
#E0FFFB (or 0xE0FFFB) is known color: Light Cyan. HEX triplet: E0, FF and FB. RGB value is (224,255,251). Sum of RGB (Red+Green+Blue) = 224+255+251=730 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.68% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFFB is #1F0004. Grayscale: #F5F5F5. Windows color (decimal): -2031621 or 16515040. OLE color: 16515040.
HSL color Cylindrical-coordinate representation of color #E0FFFB: hue angle of 172.26º 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 #E0FFFB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 251 | - |
| CMYK | 0.12 | 0 | 0.02 | 0 |
| HSL | 172.26º | 1% | 0.94% | - |
| HSV(B) | 172.26º | 0.12% | 1% | - |
| XYZ | 83.91 | 94.33 | 105.05 | - |
| YUV | 245.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 251 | 0.12 | 0 | 0.02 | 0 | 172.26 | 1 | 0.94 |
| Hex | E0 | FF | FB | C | 0 | 2 | 0 | AC | 64 | 5E |
| Octal | 340 | 377 | 373 | 14 | 0 | 2 | 0 | 254 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11111011 | 1100 | 0 | 10 | 0 | 10101100 | 1100100 | 1011110 |
Color Harmonies of #E0FFFB
Complementary color
Monochromatic Colors of #E0FFFB
Black with #E0FFFB
Text Example
Text Example
White with #E0FFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFFB; }
p { color: rgb(224,255,251); }
H1.HeaderClassName
{
color: #E0FFFB;
}
.AnyTagClassName
{
color: #E0FFFB;
}
</style>
background-color css
<style>
a { background-color: #E0FFFB; }
a { background-color: rgb(224,255,251); }
div.DivClassName
{
background-color: #E0FFFB;
}
.BgClassName
{
background-color: #E0FFFB;
}
</style>
border-color css
<style>
span { border-color: #E0FFFB; }
span { border-color: rgb(224,255,251); }
td.TdClassName
{
border-color: #E0FFFB;
}
.TagClassName
{
border-color: #E0FFFB;
}
</style>