Shades of Light Cyan #E2FCFC
Tints of Light Cyan #E2FCFC
RGB
CMYK
RGB Variations
Color information
#E2FCFC (or 0xE2FCFC) is known color: Light Cyan. HEX triplet: E2, FC and FC. RGB value is (226,252,252). Sum of RGB (Red+Green+Blue) = 226+252+252=730 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.96% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #E2FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCFC is #1D0303. Grayscale: #F4F4F4. Windows color (decimal): -1901316 or 16579810. OLE color: 16579810.
HSL color Cylindrical-coordinate representation of color #E2FCFC: hue angle of 180º 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 #E2FCFC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 252 | - |
CMYK | 0.10 | 0 | 0 | 0.01 |
HSL | 180º | 0.81% | 0.94% | - |
HSV(B) | 180º | 0.1% | 0.99% | - |
XYZ | 83.75 | 92.82 | 105.6 | - |
YUV | 244.23 | 132.39 | 115 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 252 | 0.10 | 0 | 0 | 0.01 | 180 | 0.81 | 0.94 |
Hex | E2 | FC | FC | A | 0 | 0 | 1 | B4 | 51 | 5E |
Octal | 342 | 374 | 374 | 12 | 0 | 0 | 1 | 264 | 121 | 136 |
Binary | 11100010 | 11111100 | 11111100 | 1010 | 0 | 0 | 1 | 10110100 | 1010001 | 1011110 |
Color Harmonies of #E2FCFC
Complementary color
Monochromatic Colors of #E2FCFC
Black with #E2FCFC
Text Example
Text Example
White with #E2FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCFC; }
p { color: rgb(226,252,252); }
H1.HeaderClassName
{
color: #E2FCFC;
}
.AnyTagClassName
{
color: #E2FCFC;
}
</style>
background-color css
<style>
a { background-color: #E2FCFC; }
a { background-color: rgb(226,252,252); }
div.DivClassName
{
background-color: #E2FCFC;
}
.BgClassName
{
background-color: #E2FCFC;
}
</style>
border-color css
<style>
span { border-color: #E2FCFC; }
span { border-color: rgb(226,252,252); }
td.TdClassName
{
border-color: #E2FCFC;
}
.TagClassName
{
border-color: #E2FCFC;
}
</style>