Shades of Light Cyan #E1FFFF
Tints of Light Cyan #E1FFFF
RGB
CMYK
RGB Variations
Color information
#E1FFFF (or 0xE1FFFF) is known color: Light Cyan. HEX triplet: E1, FF and FF. RGB value is (225,255,255). Sum of RGB (Red+Green+Blue) = 225+255+255=735 (97% of max value = 765). Red value is 225 (88.28% from 255 or 30.61% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E1FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFFF is #1E0000. Grayscale: #F6F6F6. Windows color (decimal): -1966081 or 16777185. OLE color: 16777185.
HSL color Cylindrical-coordinate representation of color #E1FFFF: hue angle of 180º 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 #E1FFFF is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 255 | - |
| CMYK | 0.12 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.94% | - |
| HSV(B) | 180º | 0.12% | 1% | - |
| XYZ | 84.86 | 94.75 | 108.42 | - |
| YUV | 246.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 255 | 0.12 | 0 | 0 | 0 | 180 | 1 | 0.94 |
| Hex | E1 | FF | FF | C | 0 | 0 | 0 | B4 | 64 | 5E |
| Octal | 341 | 377 | 377 | 14 | 0 | 0 | 0 | 264 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11111111 | 1100 | 0 | 0 | 0 | 10110100 | 1100100 | 1011110 |
Color Harmonies of #E1FFFF
Complementary color
Monochromatic Colors of #E1FFFF
Black with #E1FFFF
Text Example
Text Example
White with #E1FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFFF; }
p { color: rgb(225,255,255); }
H1.HeaderClassName
{
color: #E1FFFF;
}
.AnyTagClassName
{
color: #E1FFFF;
}
</style>
background-color css
<style>
a { background-color: #E1FFFF; }
a { background-color: rgb(225,255,255); }
div.DivClassName
{
background-color: #E1FFFF;
}
.BgClassName
{
background-color: #E1FFFF;
}
</style>
border-color css
<style>
span { border-color: #E1FFFF; }
span { border-color: rgb(225,255,255); }
td.TdClassName
{
border-color: #E1FFFF;
}
.TagClassName
{
border-color: #E1FFFF;
}
</style>