Shades of Light Cyan #E1FAF6
Tints of Light Cyan #E1FAF6
RGB
CMYK
RGB Variations
Color information
#E1FAF6 (or 0xE1FAF6) is known color: Light Cyan. HEX triplet: E1, FA and F6. RGB value is (225,250,246). Sum of RGB (Red+Green+Blue) = 225+250+246=721 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.21% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF6 is #1E0509. Grayscale: #F2F2F2. Windows color (decimal): -1967370 or 16186081. OLE color: 16186081.
HSL color Cylindrical-coordinate representation of color #E1FAF6: hue angle of 170.4º 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 #E1FAF6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 246 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.02 |
| HSL | 170.4º | 0.71% | 0.93% | - |
| HSV(B) | 170.4º | 0.1% | 0.98% | - |
| XYZ | 81.87 | 91.03 | 100.44 | - |
| YUV | 242.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 246 | 0.10 | 0 | 0.02 | 0.02 | 170.4 | 0.71 | 0.93 |
| Hex | E1 | FA | F6 | A | 0 | 2 | 2 | AA | 47 | 5D |
| Octal | 341 | 372 | 366 | 12 | 0 | 2 | 2 | 252 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11110110 | 1010 | 0 | 10 | 10 | 10101010 | 1000111 | 1011101 |
Color Harmonies of #E1FAF6
Complementary color
Monochromatic Colors of #E1FAF6
Black with #E1FAF6
Text Example
Text Example
White with #E1FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAF6; }
p { color: rgb(225,250,246); }
H1.HeaderClassName
{
color: #E1FAF6;
}
.AnyTagClassName
{
color: #E1FAF6;
}
</style>
background-color css
<style>
a { background-color: #E1FAF6; }
a { background-color: rgb(225,250,246); }
div.DivClassName
{
background-color: #E1FAF6;
}
.BgClassName
{
background-color: #E1FAF6;
}
</style>
border-color css
<style>
span { border-color: #E1FAF6; }
span { border-color: rgb(225,250,246); }
td.TdClassName
{
border-color: #E1FAF6;
}
.TagClassName
{
border-color: #E1FAF6;
}
</style>