Shades of Light Cyan #E5FEFF
Tints of Light Cyan #E5FEFF
RGB
CMYK
RGB Variations
Color information
#E5FEFF (or 0xE5FEFF) is known color: Light Cyan. HEX triplet: E5, FE and FF. RGB value is (229,254,255). Sum of RGB (Red+Green+Blue) = 229+254+255=738 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.03% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEFF is #1A0100. Grayscale: #F6F6F6. Windows color (decimal): -1704193 or 16776933. OLE color: 16776933.
HSL color Cylindrical-coordinate representation of color #E5FEFF: hue angle of 182.31º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FEFF is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 254 | 255 | - |
| CMYK | 0.10 | 0.00 | 0 | 0 |
| HSL | 182.31º | 1% | 0.95% | - |
| HSV(B) | 182.31º | 0.1% | 1% | - |
| XYZ | 85.8 | 94.76 | 108.38 | - |
| YUV | 246.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 254 | 255 | 0.10 | 0.00 | 0 | 0 | 182.31 | 1 | 0.95 |
| Hex | E5 | FE | FF | A | 0 | 0 | 0 | B6 | 64 | 5F |
| Octal | 345 | 376 | 377 | 12 | 0 | 0 | 0 | 266 | 144 | 137 |
| Binary | 11100101 | 11111110 | 11111111 | 1010 | 0 | 0 | 0 | 10110110 | 1100100 | 1011111 |
Color Harmonies of #E5FEFF
Complementary color
Monochromatic Colors of #E5FEFF
Black with #E5FEFF
Text Example
Text Example
White with #E5FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEFF; }
p { color: rgb(229,254,255); }
H1.HeaderClassName
{
color: #E5FEFF;
}
.AnyTagClassName
{
color: #E5FEFF;
}
</style>
background-color css
<style>
a { background-color: #E5FEFF; }
a { background-color: rgb(229,254,255); }
div.DivClassName
{
background-color: #E5FEFF;
}
.BgClassName
{
background-color: #E5FEFF;
}
</style>
border-color css
<style>
span { border-color: #E5FEFF; }
span { border-color: rgb(229,254,255); }
td.TdClassName
{
border-color: #E5FEFF;
}
.TagClassName
{
border-color: #E5FEFF;
}
</style>