Shades of Light Cyan #E1FEFC
Tints of Light Cyan #E1FEFC
RGB
CMYK
RGB Variations
Color information
#E1FEFC (or 0xE1FEFC) is known color: Light Cyan. HEX triplet: E1, FE and FC. RGB value is (225,254,252). Sum of RGB (Red+Green+Blue) = 225+254+252=731 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.78% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEFC is #1E0103. Grayscale: #F5F5F5. Windows color (decimal): -1966340 or 16580321. OLE color: 16580321.
HSL color Cylindrical-coordinate representation of color #E1FEFC: hue angle of 175.86º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FEFC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 252 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.00 |
| HSL | 175.86º | 0.94% | 0.94% | - |
| HSV(B) | 175.86º | 0.11% | 1% | - |
| XYZ | 84.06 | 93.92 | 105.79 | - |
| YUV | 245.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 252 | 0.11 | 0 | 0.01 | 0.00 | 175.86 | 0.94 | 0.94 |
| Hex | E1 | FE | FC | B | 0 | 1 | 0 | B0 | 5E | 5E |
| Octal | 341 | 376 | 374 | 13 | 0 | 1 | 0 | 260 | 136 | 136 |
| Binary | 11100001 | 11111110 | 11111100 | 1011 | 0 | 1 | 0 | 10110000 | 1011110 | 1011110 |
Color Harmonies of #E1FEFC
Complementary color
Monochromatic Colors of #E1FEFC
Black with #E1FEFC
Text Example
Text Example
White with #E1FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEFC; }
p { color: rgb(225,254,252); }
H1.HeaderClassName
{
color: #E1FEFC;
}
.AnyTagClassName
{
color: #E1FEFC;
}
</style>
background-color css
<style>
a { background-color: #E1FEFC; }
a { background-color: rgb(225,254,252); }
div.DivClassName
{
background-color: #E1FEFC;
}
.BgClassName
{
background-color: #E1FEFC;
}
</style>
border-color css
<style>
span { border-color: #E1FEFC; }
span { border-color: rgb(225,254,252); }
td.TdClassName
{
border-color: #E1FEFC;
}
.TagClassName
{
border-color: #E1FEFC;
}
</style>