Shades of Light Cyan #E5FAFE
Tints of Light Cyan #E5FAFE
RGB
CMYK
RGB Variations
Color information
#E5FAFE (or 0xE5FAFE) is known color: Light Cyan. HEX triplet: E5, FA and FE. RGB value is (229,250,254). Sum of RGB (Red+Green+Blue) = 229+250+254=733 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.24% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAFE is #1A0501. Grayscale: #F4F4F4. Windows color (decimal): -1705218 or 16710373. OLE color: 16710373.
HSL color Cylindrical-coordinate representation of color #E5FAFE: hue angle of 189.6º 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 #E5FAFE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 250 | 254 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.00 |
| HSL | 189.6º | 0.93% | 0.95% | - |
| HSV(B) | 189.6º | 0.1% | 1% | - |
| XYZ | 84.39 | 92.18 | 107.11 | - |
| YUV | 244.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 254 | 0.10 | 0.02 | 0 | 0.00 | 189.6 | 0.93 | 0.95 |
| Hex | E5 | FA | FE | A | 2 | 0 | 0 | BE | 5D | 5F |
| Octal | 345 | 372 | 376 | 12 | 2 | 0 | 0 | 276 | 135 | 137 |
| Binary | 11100101 | 11111010 | 11111110 | 1010 | 10 | 0 | 0 | 10111110 | 1011101 | 1011111 |
Color Harmonies of #E5FAFE
Complementary color
Monochromatic Colors of #E5FAFE
Black with #E5FAFE
Text Example
Text Example
White with #E5FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAFE; }
p { color: rgb(229,250,254); }
H1.HeaderClassName
{
color: #E5FAFE;
}
.AnyTagClassName
{
color: #E5FAFE;
}
</style>
background-color css
<style>
a { background-color: #E5FAFE; }
a { background-color: rgb(229,250,254); }
div.DivClassName
{
background-color: #E5FAFE;
}
.BgClassName
{
background-color: #E5FAFE;
}
</style>
border-color css
<style>
span { border-color: #E5FAFE; }
span { border-color: rgb(229,250,254); }
td.TdClassName
{
border-color: #E5FAFE;
}
.TagClassName
{
border-color: #E5FAFE;
}
</style>