Shades of Light Cyan #E1FAF7
Tints of Light Cyan #E1FAF7
RGB
CMYK
RGB Variations
Color information
#E1FAF7 (or 0xE1FAF7) is known color: Light Cyan. HEX triplet: E1, FA and F7. RGB value is (225,250,247). Sum of RGB (Red+Green+Blue) = 225+250+247=722 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.16% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF7 is #1E0508. Grayscale: #F2F2F2. Windows color (decimal): -1967369 or 16251617. OLE color: 16251617.
HSL color Cylindrical-coordinate representation of color #E1FAF7: hue angle of 172.8º 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 #E1FAF7 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 247 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.02 |
| HSL | 172.8º | 0.71% | 0.93% | - |
| HSV(B) | 172.8º | 0.1% | 0.98% | - |
| XYZ | 82.03 | 91.09 | 101.26 | - |
| YUV | 242.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 247 | 0.10 | 0 | 0.01 | 0.02 | 172.8 | 0.71 | 0.93 |
| Hex | E1 | FA | F7 | A | 0 | 1 | 2 | AD | 47 | 5D |
| Octal | 341 | 372 | 367 | 12 | 0 | 1 | 2 | 255 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11110111 | 1010 | 0 | 1 | 10 | 10101101 | 1000111 | 1011101 |
Color Harmonies of #E1FAF7
Complementary color
Monochromatic Colors of #E1FAF7
Black with #E1FAF7
Text Example
Text Example
White with #E1FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAF7; }
p { color: rgb(225,250,247); }
H1.HeaderClassName
{
color: #E1FAF7;
}
.AnyTagClassName
{
color: #E1FAF7;
}
</style>
background-color css
<style>
a { background-color: #E1FAF7; }
a { background-color: rgb(225,250,247); }
div.DivClassName
{
background-color: #E1FAF7;
}
.BgClassName
{
background-color: #E1FAF7;
}
</style>
border-color css
<style>
span { border-color: #E1FAF7; }
span { border-color: rgb(225,250,247); }
td.TdClassName
{
border-color: #E1FAF7;
}
.TagClassName
{
border-color: #E1FAF7;
}
</style>