Shades of Light Cyan #E4FAFC
Tints of Light Cyan #E4FAFC
RGB
CMYK
RGB Variations
Color information
#E4FAFC (or 0xE4FAFC) is known color: Light Cyan. HEX triplet: E4, FA and FC. RGB value is (228,250,252). Sum of RGB (Red+Green+Blue) = 228+250+252=730 (96% of max value = 765). Red value is 228 (89.45% from 255 or 31.23% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FAFC is #1B0503. Grayscale: #F3F3F3. Windows color (decimal): -1770756 or 16579300. OLE color: 16579300.
HSL color Cylindrical-coordinate representation of color #E4FAFC: hue angle of 185º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4FAFC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 250 | 252 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.01 |
| HSL | 185º | 0.8% | 0.94% | - |
| HSV(B) | 185º | 0.1% | 0.99% | - |
| XYZ | 83.75 | 91.89 | 105.42 | - |
| YUV | 243.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 252 | 0.10 | 0.01 | 0 | 0.01 | 185 | 0.8 | 0.94 |
| Hex | E4 | FA | FC | A | 1 | 0 | 1 | B9 | 50 | 5E |
| Octal | 344 | 372 | 374 | 12 | 1 | 0 | 1 | 271 | 120 | 136 |
| Binary | 11100100 | 11111010 | 11111100 | 1010 | 1 | 0 | 1 | 10111001 | 1010000 | 1011110 |
Color Harmonies of #E4FAFC
Complementary color
Monochromatic Colors of #E4FAFC
Black with #E4FAFC
Text Example
Text Example
White with #E4FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FAFC; }
p { color: rgb(228,250,252); }
H1.HeaderClassName
{
color: #E4FAFC;
}
.AnyTagClassName
{
color: #E4FAFC;
}
</style>
background-color css
<style>
a { background-color: #E4FAFC; }
a { background-color: rgb(228,250,252); }
div.DivClassName
{
background-color: #E4FAFC;
}
.BgClassName
{
background-color: #E4FAFC;
}
</style>
border-color css
<style>
span { border-color: #E4FAFC; }
span { border-color: rgb(228,250,252); }
td.TdClassName
{
border-color: #E4FAFC;
}
.TagClassName
{
border-color: #E4FAFC;
}
</style>