Shades of Light Cyan #E1FAFC
Tints of Light Cyan #E1FAFC
RGB
CMYK
RGB Variations
Color information
#E1FAFC (or 0xE1FAFC) is known color: Light Cyan. HEX triplet: E1, FA and FC. RGB value is (225,250,252). Sum of RGB (Red+Green+Blue) = 225+250+252=727 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.95% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFC is #1E0503. Grayscale: #F2F2F2. Windows color (decimal): -1967364 or 16579297. OLE color: 16579297.
HSL color Cylindrical-coordinate representation of color #E1FAFC: hue angle of 184.44º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FAFC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 250 | 252 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.01 |
| HSL | 184.44º | 0.82% | 0.94% | - |
| HSV(B) | 184.44º | 0.11% | 0.99% | - |
| XYZ | 82.81 | 91.41 | 105.37 | - |
| YUV | 242.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 252 | 0.11 | 0.01 | 0 | 0.01 | 184.44 | 0.82 | 0.94 |
| Hex | E1 | FA | FC | B | 1 | 0 | 1 | B8 | 52 | 5E |
| Octal | 341 | 372 | 374 | 13 | 1 | 0 | 1 | 270 | 122 | 136 |
| Binary | 11100001 | 11111010 | 11111100 | 1011 | 1 | 0 | 1 | 10111000 | 1010010 | 1011110 |
Color Harmonies of #E1FAFC
Complementary color
Monochromatic Colors of #E1FAFC
Black with #E1FAFC
Text Example
Text Example
White with #E1FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAFC; }
p { color: rgb(225,250,252); }
H1.HeaderClassName
{
color: #E1FAFC;
}
.AnyTagClassName
{
color: #E1FAFC;
}
</style>
background-color css
<style>
a { background-color: #E1FAFC; }
a { background-color: rgb(225,250,252); }
div.DivClassName
{
background-color: #E1FAFC;
}
.BgClassName
{
background-color: #E1FAFC;
}
</style>
border-color css
<style>
span { border-color: #E1FAFC; }
span { border-color: rgb(225,250,252); }
td.TdClassName
{
border-color: #E1FAFC;
}
.TagClassName
{
border-color: #E1FAFC;
}
</style>