Shades of Light Cyan #E1F7FE
Tints of Light Cyan #E1F7FE
RGB
CMYK
RGB Variations
Color information
#E1F7FE (or 0xE1F7FE) is known color: Light Cyan. HEX triplet: E1, F7 and FE. RGB value is (225,247,254). Sum of RGB (Red+Green+Blue) = 225+247+254=726 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.99% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F7FE is #1E0801. Grayscale: #F1F1F1. Windows color (decimal): -1968130 or 16709601. OLE color: 16709601.
HSL color Cylindrical-coordinate representation of color #E1F7FE: hue angle of 194.48º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1F7FE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 247 | 254 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.00 |
| HSL | 194.48º | 0.94% | 0.94% | - |
| HSV(B) | 194.48º | 0.11% | 1% | - |
| XYZ | 82.2 | 89.68 | 106.74 | - |
| YUV | 241.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 247 | 254 | 0.11 | 0.03 | 0 | 0.00 | 194.48 | 0.94 | 0.94 |
| Hex | E1 | F7 | FE | B | 3 | 0 | 0 | C2 | 5E | 5E |
| Octal | 341 | 367 | 376 | 13 | 3 | 0 | 0 | 302 | 136 | 136 |
| Binary | 11100001 | 11110111 | 11111110 | 1011 | 11 | 0 | 0 | 11000010 | 1011110 | 1011110 |
Color Harmonies of #E1F7FE
Complementary color
Monochromatic Colors of #E1F7FE
Black with #E1F7FE
Text Example
Text Example
White with #E1F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F7FE; }
p { color: rgb(225,247,254); }
H1.HeaderClassName
{
color: #E1F7FE;
}
.AnyTagClassName
{
color: #E1F7FE;
}
</style>
background-color css
<style>
a { background-color: #E1F7FE; }
a { background-color: rgb(225,247,254); }
div.DivClassName
{
background-color: #E1F7FE;
}
.BgClassName
{
background-color: #E1F7FE;
}
</style>
border-color css
<style>
span { border-color: #E1F7FE; }
span { border-color: rgb(225,247,254); }
td.TdClassName
{
border-color: #E1F7FE;
}
.TagClassName
{
border-color: #E1F7FE;
}
</style>