Shades of Light Cyan #E2FCFB
Tints of Light Cyan #E2FCFB
RGB
CMYK
RGB Variations
Color information
#E2FCFB (or 0xE2FCFB) is known color: Light Cyan. HEX triplet: E2, FC and FB. RGB value is (226,252,251). Sum of RGB (Red+Green+Blue) = 226+252+251=729 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.00% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCFB is #1D0304. Grayscale: #F4F4F4. Windows color (decimal): -1901317 or 16514274. OLE color: 16514274.
HSL color Cylindrical-coordinate representation of color #E2FCFB: hue angle of 177.69º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FCFB is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 251 | - |
CMYK | 0.10 | 0 | 0.00 | 0.01 |
HSL | 177.69º | 0.81% | 0.94% | - |
HSV(B) | 177.69º | 0.1% | 0.99% | - |
XYZ | 83.59 | 92.75 | 104.76 | - |
YUV | 244.11 | 131.89 | 115.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 251 | 0.10 | 0 | 0.00 | 0.01 | 177.69 | 0.81 | 0.94 |
Hex | E2 | FC | FB | A | 0 | 0 | 1 | B2 | 51 | 5E |
Octal | 342 | 374 | 373 | 12 | 0 | 0 | 1 | 262 | 121 | 136 |
Binary | 11100010 | 11111100 | 11111011 | 1010 | 0 | 0 | 1 | 10110010 | 1010001 | 1011110 |
Color Harmonies of #E2FCFB
Complementary color
Monochromatic Colors of #E2FCFB
Black with #E2FCFB
Text Example
Text Example
White with #E2FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCFB; }
p { color: rgb(226,252,251); }
H1.HeaderClassName
{
color: #E2FCFB;
}
.AnyTagClassName
{
color: #E2FCFB;
}
</style>
background-color css
<style>
a { background-color: #E2FCFB; }
a { background-color: rgb(226,252,251); }
div.DivClassName
{
background-color: #E2FCFB;
}
.BgClassName
{
background-color: #E2FCFB;
}
</style>
border-color css
<style>
span { border-color: #E2FCFB; }
span { border-color: rgb(226,252,251); }
td.TdClassName
{
border-color: #E2FCFB;
}
.TagClassName
{
border-color: #E2FCFB;
}
</style>