Shades of Light Cyan #E1F7F5
Tints of Light Cyan #E1F7F5
RGB
CMYK
RGB Variations
Color information
#E1F7F5 (or 0xE1F7F5) is known color: Light Cyan. HEX triplet: E1, F7 and F5. RGB value is (225,247,245). Sum of RGB (Red+Green+Blue) = 225+247+245=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #E1F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F7F5 is #1E080A. Grayscale: #F0F0F0. Windows color (decimal): -1968139 or 16119777. OLE color: 16119777.
HSL color Cylindrical-coordinate representation of color #E1F7F5: hue angle of 174.55º 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 #E1F7F5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 247 | 245 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.03 |
| HSL | 174.55º | 0.58% | 0.93% | - |
| HSV(B) | 174.55º | 0.09% | 0.97% | - |
| XYZ | 80.79 | 89.12 | 99.33 | - |
| YUV | 240.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 247 | 245 | 0.09 | 0 | 0.01 | 0.03 | 174.55 | 0.58 | 0.93 |
| Hex | E1 | F7 | F5 | 9 | 0 | 1 | 3 | AF | 3A | 5D |
| Octal | 341 | 367 | 365 | 11 | 0 | 1 | 3 | 257 | 72 | 135 |
| Binary | 11100001 | 11110111 | 11110101 | 1001 | 0 | 1 | 11 | 10101111 | 111010 | 1011101 |
Color Harmonies of #E1F7F5
Complementary color
Monochromatic Colors of #E1F7F5
Black with #E1F7F5
Text Example
Text Example
White with #E1F7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F7F5; }
p { color: rgb(225,247,245); }
H1.HeaderClassName
{
color: #E1F7F5;
}
.AnyTagClassName
{
color: #E1F7F5;
}
</style>
background-color css
<style>
a { background-color: #E1F7F5; }
a { background-color: rgb(225,247,245); }
div.DivClassName
{
background-color: #E1F7F5;
}
.BgClassName
{
background-color: #E1F7F5;
}
</style>
border-color css
<style>
span { border-color: #E1F7F5; }
span { border-color: rgb(225,247,245); }
td.TdClassName
{
border-color: #E1F7F5;
}
.TagClassName
{
border-color: #E1F7F5;
}
</style>