Shades of Light Cyan #E5FEFC
Tints of Light Cyan #E5FEFC
RGB
CMYK
RGB Variations
Color information
#E5FEFC (or 0xE5FEFC) is known color: Light Cyan. HEX triplet: E5, FE and FC. RGB value is (229,254,252). Sum of RGB (Red+Green+Blue) = 229+254+252=735 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.16% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEFC is #1A0103. Grayscale: #F6F6F6. Windows color (decimal): -1704196 or 16580325. OLE color: 16580325.
HSL color Cylindrical-coordinate representation of color #E5FEFC: hue angle of 175.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FEFC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 254 | 252 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.00 |
| HSL | 175.2º | 0.93% | 0.95% | - |
| HSV(B) | 175.2º | 0.1% | 1% | - |
| XYZ | 85.33 | 94.57 | 105.85 | - |
| YUV | 246.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 254 | 252 | 0.10 | 0 | 0.01 | 0.00 | 175.2 | 0.93 | 0.95 |
| Hex | E5 | FE | FC | A | 0 | 1 | 0 | AF | 5D | 5F |
| Octal | 345 | 376 | 374 | 12 | 0 | 1 | 0 | 257 | 135 | 137 |
| Binary | 11100101 | 11111110 | 11111100 | 1010 | 0 | 1 | 0 | 10101111 | 1011101 | 1011111 |
Color Harmonies of #E5FEFC
Complementary color
Monochromatic Colors of #E5FEFC
Black with #E5FEFC
Text Example
Text Example
White with #E5FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEFC; }
p { color: rgb(229,254,252); }
H1.HeaderClassName
{
color: #E5FEFC;
}
.AnyTagClassName
{
color: #E5FEFC;
}
</style>
background-color css
<style>
a { background-color: #E5FEFC; }
a { background-color: rgb(229,254,252); }
div.DivClassName
{
background-color: #E5FEFC;
}
.BgClassName
{
background-color: #E5FEFC;
}
</style>
border-color css
<style>
span { border-color: #E5FEFC; }
span { border-color: rgb(229,254,252); }
td.TdClassName
{
border-color: #E5FEFC;
}
.TagClassName
{
border-color: #E5FEFC;
}
</style>