Shades of Light Cyan #E5FCFC
Tints of Light Cyan #E5FCFC
RGB
CMYK
RGB Variations
Color information
#E5FCFC (or 0xE5FCFC) is known color: Light Cyan. HEX triplet: E5, FC and FC. RGB value is (229,252,252). Sum of RGB (Red+Green+Blue) = 229+252+252=733 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.24% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #E5FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FCFC is #1A0303. Grayscale: #F5F5F5. Windows color (decimal): -1704708 or 16579813. OLE color: 16579813.
HSL color Cylindrical-coordinate representation of color #E5FCFC: hue angle of 180º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5FCFC is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 252 | 252 | - |
CMYK | 0.09 | 0 | 0 | 0.01 |
HSL | 180º | 0.79% | 0.94% | - |
HSV(B) | 180º | 0.09% | 0.99% | - |
XYZ | 84.69 | 93.31 | 105.64 | - |
YUV | 245.12 | 131.88 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 252 | 252 | 0.09 | 0 | 0 | 0.01 | 180 | 0.79 | 0.94 |
Hex | E5 | FC | FC | 9 | 0 | 0 | 1 | B4 | 4F | 5E |
Octal | 345 | 374 | 374 | 11 | 0 | 0 | 1 | 264 | 117 | 136 |
Binary | 11100101 | 11111100 | 11111100 | 1001 | 0 | 0 | 1 | 10110100 | 1001111 | 1011110 |
Color Harmonies of #E5FCFC
Complementary color
Monochromatic Colors of #E5FCFC
Black with #E5FCFC
Text Example
Text Example
White with #E5FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FCFC; }
p { color: rgb(229,252,252); }
H1.HeaderClassName
{
color: #E5FCFC;
}
.AnyTagClassName
{
color: #E5FCFC;
}
</style>
background-color css
<style>
a { background-color: #E5FCFC; }
a { background-color: rgb(229,252,252); }
div.DivClassName
{
background-color: #E5FCFC;
}
.BgClassName
{
background-color: #E5FCFC;
}
</style>
border-color css
<style>
span { border-color: #E5FCFC; }
span { border-color: rgb(229,252,252); }
td.TdClassName
{
border-color: #E5FCFC;
}
.TagClassName
{
border-color: #E5FCFC;
}
</style>