Shades of Light Cyan #E2FEFC
Tints of Light Cyan #E2FEFC
RGB
CMYK
RGB Variations
Color information
#E2FEFC (or 0xE2FEFC) is known color: Light Cyan. HEX triplet: E2, FE and FC. RGB value is (226,254,252). Sum of RGB (Red+Green+Blue) = 226+254+252=732 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.87% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFC is #1D0103. Grayscale: #F5F5F5. Windows color (decimal): -1900804 or 16580322. OLE color: 16580322.
HSL color Cylindrical-coordinate representation of color #E2FEFC: hue angle of 175.71º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FEFC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 254 | 252 | - |
CMYK | 0.11 | 0 | 0.01 | 0.00 |
HSL | 175.71º | 0.93% | 0.94% | - |
HSV(B) | 175.71º | 0.11% | 1% | - |
XYZ | 84.38 | 94.08 | 105.81 | - |
YUV | 245.4 | 131.72 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 254 | 252 | 0.11 | 0 | 0.01 | 0.00 | 175.71 | 0.93 | 0.94 |
Hex | E2 | FE | FC | B | 0 | 1 | 0 | B0 | 5D | 5E |
Octal | 342 | 376 | 374 | 13 | 0 | 1 | 0 | 260 | 135 | 136 |
Binary | 11100010 | 11111110 | 11111100 | 1011 | 0 | 1 | 0 | 10110000 | 1011101 | 1011110 |
Color Harmonies of #E2FEFC
Complementary color
Monochromatic Colors of #E2FEFC
Black with #E2FEFC
Text Example
Text Example
White with #E2FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEFC; }
p { color: rgb(226,254,252); }
H1.HeaderClassName
{
color: #E2FEFC;
}
.AnyTagClassName
{
color: #E2FEFC;
}
</style>
background-color css
<style>
a { background-color: #E2FEFC; }
a { background-color: rgb(226,254,252); }
div.DivClassName
{
background-color: #E2FEFC;
}
.BgClassName
{
background-color: #E2FEFC;
}
</style>
border-color css
<style>
span { border-color: #E2FEFC; }
span { border-color: rgb(226,254,252); }
td.TdClassName
{
border-color: #E2FEFC;
}
.TagClassName
{
border-color: #E2FEFC;
}
</style>