Shades of Light Cyan #E1F5FA
Tints of Light Cyan #E1F5FA
RGB
CMYK
RGB Variations
Color information
#E1F5FA (or 0xE1F5FA) is known color: Light Cyan. HEX triplet: E1, F5 and FA. RGB value is (225,245,250). Sum of RGB (Red+Green+Blue) = 225+245+250=720 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.25% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1F5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F5FA is #1E0A05. Grayscale: #EFEFEF. Windows color (decimal): -1968646 or 16446945. OLE color: 16446945.
HSL color Cylindrical-coordinate representation of color #E1F5FA: hue angle of 192º 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 #E1F5FA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 245 | 250 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.02 |
| HSL | 192º | 0.71% | 0.93% | - |
| HSV(B) | 192º | 0.1% | 0.98% | - |
| XYZ | 80.96 | 88.21 | 103.2 | - |
| YUV | 239.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 250 | 0.10 | 0.02 | 0 | 0.02 | 192 | 0.71 | 0.93 |
| Hex | E1 | F5 | FA | A | 2 | 0 | 2 | C0 | 47 | 5D |
| Octal | 341 | 365 | 372 | 12 | 2 | 0 | 2 | 300 | 107 | 135 |
| Binary | 11100001 | 11110101 | 11111010 | 1010 | 10 | 0 | 10 | 11000000 | 1000111 | 1011101 |
Color Harmonies of #E1F5FA
Complementary color
Monochromatic Colors of #E1F5FA
Black with #E1F5FA
Text Example
Text Example
White with #E1F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5FA; }
p { color: rgb(225,245,250); }
H1.HeaderClassName
{
color: #E1F5FA;
}
.AnyTagClassName
{
color: #E1F5FA;
}
</style>
background-color css
<style>
a { background-color: #E1F5FA; }
a { background-color: rgb(225,245,250); }
div.DivClassName
{
background-color: #E1F5FA;
}
.BgClassName
{
background-color: #E1F5FA;
}
</style>
border-color css
<style>
span { border-color: #E1F5FA; }
span { border-color: rgb(225,245,250); }
td.TdClassName
{
border-color: #E1F5FA;
}
.TagClassName
{
border-color: #E1F5FA;
}
</style>