Shades of Light Cyan #E1FFFA
Tints of Light Cyan #E1FFFA
RGB
CMYK
RGB Variations
Color information
#E1FFFA (or 0xE1FFFA) is known color: Light Cyan. HEX triplet: E1, FF and FA. RGB value is (225,255,250). Sum of RGB (Red+Green+Blue) = 225+255+250=730 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.82% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFFA is #1E0005. Grayscale: #F5F5F5. Windows color (decimal): -1966086 or 16449505. OLE color: 16449505.
HSL color Cylindrical-coordinate representation of color #E1FFFA: hue angle of 170º 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 #E1FFFA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 250 | - |
| CMYK | 0.12 | 0 | 0.02 | 0 |
| HSL | 170º | 1% | 0.94% | - |
| HSV(B) | 170º | 0.12% | 1% | - |
| XYZ | 84.07 | 94.43 | 104.24 | - |
| YUV | 245.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 250 | 0.12 | 0 | 0.02 | 0 | 170 | 1 | 0.94 |
| Hex | E1 | FF | FA | C | 0 | 2 | 0 | AA | 64 | 5E |
| Octal | 341 | 377 | 372 | 14 | 0 | 2 | 0 | 252 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11111010 | 1100 | 0 | 10 | 0 | 10101010 | 1100100 | 1011110 |
Color Harmonies of #E1FFFA
Complementary color
Monochromatic Colors of #E1FFFA
Black with #E1FFFA
Text Example
Text Example
White with #E1FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFFA; }
p { color: rgb(225,255,250); }
H1.HeaderClassName
{
color: #E1FFFA;
}
.AnyTagClassName
{
color: #E1FFFA;
}
</style>
background-color css
<style>
a { background-color: #E1FFFA; }
a { background-color: rgb(225,255,250); }
div.DivClassName
{
background-color: #E1FFFA;
}
.BgClassName
{
background-color: #E1FFFA;
}
</style>
border-color css
<style>
span { border-color: #E1FFFA; }
span { border-color: rgb(225,255,250); }
td.TdClassName
{
border-color: #E1FFFA;
}
.TagClassName
{
border-color: #E1FFFA;
}
</style>