Shades of Light Cyan #E1FAFA
Tints of Light Cyan #E1FAFA
RGB
CMYK
RGB Variations
Color information
#E1FAFA (or 0xE1FAFA) is known color: Light Cyan. HEX triplet: E1, FA and FA. RGB value is (225,250,250). Sum of RGB (Red+Green+Blue) = 225+250+250=725 (96% of max value = 765). Red value is 225 (88.28% from 255 or 31.03% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E1FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFA is #1E0505. Grayscale: #F2F2F2. Windows color (decimal): -1967366 or 16448225. OLE color: 16448225.
HSL color Cylindrical-coordinate representation of color #E1FAFA: hue angle of 180º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1FAFA is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 250 | - |
| CMYK | 0.10 | 0 | 0 | 0.02 |
| HSL | 180º | 0.71% | 0.93% | - |
| HSV(B) | 180º | 0.1% | 0.98% | - |
| XYZ | 82.49 | 91.28 | 103.71 | - |
| YUV | 242.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 250 | 0.10 | 0 | 0 | 0.02 | 180 | 0.71 | 0.93 |
| Hex | E1 | FA | FA | A | 0 | 0 | 2 | B4 | 47 | 5D |
| Octal | 341 | 372 | 372 | 12 | 0 | 0 | 2 | 264 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11111010 | 1010 | 0 | 0 | 10 | 10110100 | 1000111 | 1011101 |
Color Harmonies of #E1FAFA
Complementary color
Monochromatic Colors of #E1FAFA
Black with #E1FAFA
Text Example
Text Example
White with #E1FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAFA; }
p { color: rgb(225,250,250); }
H1.HeaderClassName
{
color: #E1FAFA;
}
.AnyTagClassName
{
color: #E1FAFA;
}
</style>
background-color css
<style>
a { background-color: #E1FAFA; }
a { background-color: rgb(225,250,250); }
div.DivClassName
{
background-color: #E1FAFA;
}
.BgClassName
{
background-color: #E1FAFA;
}
</style>
border-color css
<style>
span { border-color: #E1FAFA; }
span { border-color: rgb(225,250,250); }
td.TdClassName
{
border-color: #E1FAFA;
}
.TagClassName
{
border-color: #E1FAFA;
}
</style>