Shades of Light Cyan #E1F6FA
Tints of Light Cyan #E1F6FA
RGB
CMYK
RGB Variations
Color information
#E1F6FA (or 0xE1F6FA) is known color: Light Cyan. HEX triplet: E1, F6 and FA. RGB value is (225,246,250). Sum of RGB (Red+Green+Blue) = 225+246+250=721 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.21% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F6FA is #1E0905. Grayscale: #F0F0F0. Windows color (decimal): -1968390 or 16447201. OLE color: 16447201.
HSL color Cylindrical-coordinate representation of color #E1F6FA: hue angle of 189.6º 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 #E1F6FA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 246 | 250 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.02 |
| HSL | 189.6º | 0.71% | 0.93% | - |
| HSV(B) | 189.6º | 0.1% | 0.98% | - |
| XYZ | 81.26 | 88.82 | 103.3 | - |
| YUV | 240.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 250 | 0.10 | 0.02 | 0 | 0.02 | 189.6 | 0.71 | 0.93 |
| Hex | E1 | F6 | FA | A | 2 | 0 | 2 | BE | 47 | 5D |
| Octal | 341 | 366 | 372 | 12 | 2 | 0 | 2 | 276 | 107 | 135 |
| Binary | 11100001 | 11110110 | 11111010 | 1010 | 10 | 0 | 10 | 10111110 | 1000111 | 1011101 |
Color Harmonies of #E1F6FA
Complementary color
Monochromatic Colors of #E1F6FA
Black with #E1F6FA
Text Example
Text Example
White with #E1F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F6FA; }
p { color: rgb(225,246,250); }
H1.HeaderClassName
{
color: #E1F6FA;
}
.AnyTagClassName
{
color: #E1F6FA;
}
</style>
background-color css
<style>
a { background-color: #E1F6FA; }
a { background-color: rgb(225,246,250); }
div.DivClassName
{
background-color: #E1F6FA;
}
.BgClassName
{
background-color: #E1F6FA;
}
</style>
border-color css
<style>
span { border-color: #E1F6FA; }
span { border-color: rgb(225,246,250); }
td.TdClassName
{
border-color: #E1F6FA;
}
.TagClassName
{
border-color: #E1F6FA;
}
</style>