Shades of Light Cyan #E2FFFF
Tints of Light Cyan #E2FFFF
RGB
CMYK
RGB Variations
Color information
#E2FFFF (or 0xE2FFFF) is known color: Light Cyan. HEX triplet: E2, FF and FF. RGB value is (226,255,255). Sum of RGB (Red+Green+Blue) = 226+255+255=736 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.71% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E2FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFFF is #1D0000. Grayscale: #F6F6F6. Windows color (decimal): -1900545 or 16777186. OLE color: 16777186.
HSL color Cylindrical-coordinate representation of color #E2FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFFF is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 255 | - |
| CMYK | 0.11 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.94% | - |
| HSV(B) | 180º | 0.11% | 1% | - |
| XYZ | 85.17 | 94.91 | 108.44 | - |
| YUV | 246.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 255 | 0.11 | 0 | 0 | 0 | 180 | 1 | 0.94 |
| Hex | E2 | FF | FF | B | 0 | 0 | 0 | B4 | 64 | 5E |
| Octal | 342 | 377 | 377 | 13 | 0 | 0 | 0 | 264 | 144 | 136 |
| Binary | 11100010 | 11111111 | 11111111 | 1011 | 0 | 0 | 0 | 10110100 | 1100100 | 1011110 |
Color Harmonies of #E2FFFF
Complementary color
Monochromatic Colors of #E2FFFF
Black with #E2FFFF
Text Example
Text Example
White with #E2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFFF; }
p { color: rgb(226,255,255); }
H1.HeaderClassName
{
color: #E2FFFF;
}
.AnyTagClassName
{
color: #E2FFFF;
}
</style>
background-color css
<style>
a { background-color: #E2FFFF; }
a { background-color: rgb(226,255,255); }
div.DivClassName
{
background-color: #E2FFFF;
}
.BgClassName
{
background-color: #E2FFFF;
}
</style>
border-color css
<style>
span { border-color: #E2FFFF; }
span { border-color: rgb(226,255,255); }
td.TdClassName
{
border-color: #E2FFFF;
}
.TagClassName
{
border-color: #E2FFFF;
}
</style>