Shades of Light Cyan #E1F5F7
Tints of Light Cyan #E1F5F7
RGB
CMYK
RGB Variations
Color information
#E1F5F7 (or 0xE1F5F7) is known color: Light Cyan. HEX triplet: E1, F5 and F7. RGB value is (225,245,247). Sum of RGB (Red+Green+Blue) = 225+245+247=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1F5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F5F7 is #1E0A08. Grayscale: #EFEFEF. Windows color (decimal): -1968649 or 16250337. OLE color: 16250337.
HSL color Cylindrical-coordinate representation of color #E1F5F7: hue angle of 185.45º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1F5F7 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 245 | 247 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.03 |
| HSL | 185.45º | 0.58% | 0.93% | - |
| HSV(B) | 185.45º | 0.09% | 0.97% | - |
| XYZ | 80.49 | 88.03 | 100.74 | - |
| YUV | 239.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 247 | 0.09 | 0.01 | 0 | 0.03 | 185.45 | 0.58 | 0.93 |
| Hex | E1 | F5 | F7 | 9 | 1 | 0 | 3 | B9 | 3A | 5D |
| Octal | 341 | 365 | 367 | 11 | 1 | 0 | 3 | 271 | 72 | 135 |
| Binary | 11100001 | 11110101 | 11110111 | 1001 | 1 | 0 | 11 | 10111001 | 111010 | 1011101 |
Color Harmonies of #E1F5F7
Complementary color
Monochromatic Colors of #E1F5F7
Black with #E1F5F7
Text Example
Text Example
White with #E1F5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5F7; }
p { color: rgb(225,245,247); }
H1.HeaderClassName
{
color: #E1F5F7;
}
.AnyTagClassName
{
color: #E1F5F7;
}
</style>
background-color css
<style>
a { background-color: #E1F5F7; }
a { background-color: rgb(225,245,247); }
div.DivClassName
{
background-color: #E1F5F7;
}
.BgClassName
{
background-color: #E1F5F7;
}
</style>
border-color css
<style>
span { border-color: #E1F5F7; }
span { border-color: rgb(225,245,247); }
td.TdClassName
{
border-color: #E1F5F7;
}
.TagClassName
{
border-color: #E1F5F7;
}
</style>