Shades of Light Cyan #E4FAFE
Tints of Light Cyan #E4FAFE
RGB
CMYK
RGB Variations
Color information
#E4FAFE (or 0xE4FAFE) is known color: Light Cyan. HEX triplet: E4, FA and FE. RGB value is (228,250,254). Sum of RGB (Red+Green+Blue) = 228+250+254=732 (96% of max value = 765). Red value is 228 (89.45% from 255 or 31.15% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FAFE is #1B0501. Grayscale: #F3F3F3. Windows color (decimal): -1770754 or 16710372. OLE color: 16710372.
HSL color Cylindrical-coordinate representation of color #E4FAFE: hue angle of 189.23º 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 #E4FAFE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 250 | 254 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.00 |
| HSL | 189.23º | 0.93% | 0.95% | - |
| HSV(B) | 189.23º | 0.1% | 1% | - |
| XYZ | 84.07 | 92.02 | 107.1 | - |
| YUV | 243.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 254 | 0.10 | 0.02 | 0 | 0.00 | 189.23 | 0.93 | 0.95 |
| Hex | E4 | FA | FE | A | 2 | 0 | 0 | BD | 5D | 5F |
| Octal | 344 | 372 | 376 | 12 | 2 | 0 | 0 | 275 | 135 | 137 |
| Binary | 11100100 | 11111010 | 11111110 | 1010 | 10 | 0 | 0 | 10111101 | 1011101 | 1011111 |
Color Harmonies of #E4FAFE
Complementary color
Monochromatic Colors of #E4FAFE
Black with #E4FAFE
Text Example
Text Example
White with #E4FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FAFE; }
p { color: rgb(228,250,254); }
H1.HeaderClassName
{
color: #E4FAFE;
}
.AnyTagClassName
{
color: #E4FAFE;
}
</style>
background-color css
<style>
a { background-color: #E4FAFE; }
a { background-color: rgb(228,250,254); }
div.DivClassName
{
background-color: #E4FAFE;
}
.BgClassName
{
background-color: #E4FAFE;
}
</style>
border-color css
<style>
span { border-color: #E4FAFE; }
span { border-color: rgb(228,250,254); }
td.TdClassName
{
border-color: #E4FAFE;
}
.TagClassName
{
border-color: #E4FAFE;
}
</style>