Shades of Light Cyan #E5FDFC
Tints of Light Cyan #E5FDFC
RGB
CMYK
RGB Variations
Color information
#E5FDFC (or 0xE5FDFC) is known color: Light Cyan. HEX triplet: E5, FD and FC. RGB value is (229,253,252). Sum of RGB (Red+Green+Blue) = 229+253+252=734 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.20% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FDFC is #1A0203. Grayscale: #F5F5F5. Windows color (decimal): -1704452 or 16580069. OLE color: 16580069.
HSL color Cylindrical-coordinate representation of color #E5FDFC: hue angle of 177.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5FDFC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 253 | 252 | - |
CMYK | 0.09 | 0 | 0.00 | 0.01 |
HSL | 177.5º | 0.86% | 0.95% | - |
HSV(B) | 177.5º | 0.09% | 0.99% | - |
XYZ | 85.01 | 93.94 | 105.75 | - |
YUV | 245.71 | 131.55 | 116.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 253 | 252 | 0.09 | 0 | 0.00 | 0.01 | 177.5 | 0.86 | 0.95 |
Hex | E5 | FD | FC | 9 | 0 | 0 | 1 | B2 | 56 | 5F |
Octal | 345 | 375 | 374 | 11 | 0 | 0 | 1 | 262 | 126 | 137 |
Binary | 11100101 | 11111101 | 11111100 | 1001 | 0 | 0 | 1 | 10110010 | 1010110 | 1011111 |
Color Harmonies of #E5FDFC
Complementary color
Monochromatic Colors of #E5FDFC
Black with #E5FDFC
Text Example
Text Example
White with #E5FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDFC; }
p { color: rgb(229,253,252); }
H1.HeaderClassName
{
color: #E5FDFC;
}
.AnyTagClassName
{
color: #E5FDFC;
}
</style>
background-color css
<style>
a { background-color: #E5FDFC; }
a { background-color: rgb(229,253,252); }
div.DivClassName
{
background-color: #E5FDFC;
}
.BgClassName
{
background-color: #E5FDFC;
}
</style>
border-color css
<style>
span { border-color: #E5FDFC; }
span { border-color: rgb(229,253,252); }
td.TdClassName
{
border-color: #E5FDFC;
}
.TagClassName
{
border-color: #E5FDFC;
}
</style>