Shades of Light Cyan #E1F8FA
Tints of Light Cyan #E1F8FA
RGB
CMYK
RGB Variations
Color information
#E1F8FA (or 0xE1F8FA) is known color: Light Cyan. HEX triplet: E1, F8 and FA. RGB value is (225,248,250). Sum of RGB (Red+Green+Blue) = 225+248+250=723 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.12% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F8FA is #1E0705. Grayscale: #F1F1F1. Windows color (decimal): -1967878 or 16447713. OLE color: 16447713.
HSL color Cylindrical-coordinate representation of color #E1F8FA: hue angle of 184.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 #E1F8FA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 248 | 250 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.02 |
| HSL | 184.8º | 0.71% | 0.93% | - |
| HSV(B) | 184.8º | 0.1% | 0.98% | - |
| XYZ | 81.87 | 90.04 | 103.51 | - |
| YUV | 241.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 248 | 250 | 0.10 | 0.01 | 0 | 0.02 | 184.8 | 0.71 | 0.93 |
| Hex | E1 | F8 | FA | A | 1 | 0 | 2 | B9 | 47 | 5D |
| Octal | 341 | 370 | 372 | 12 | 1 | 0 | 2 | 271 | 107 | 135 |
| Binary | 11100001 | 11111000 | 11111010 | 1010 | 1 | 0 | 10 | 10111001 | 1000111 | 1011101 |
Color Harmonies of #E1F8FA
Complementary color
Monochromatic Colors of #E1F8FA
Black with #E1F8FA
Text Example
Text Example
White with #E1F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F8FA; }
p { color: rgb(225,248,250); }
H1.HeaderClassName
{
color: #E1F8FA;
}
.AnyTagClassName
{
color: #E1F8FA;
}
</style>
background-color css
<style>
a { background-color: #E1F8FA; }
a { background-color: rgb(225,248,250); }
div.DivClassName
{
background-color: #E1F8FA;
}
.BgClassName
{
background-color: #E1F8FA;
}
</style>
border-color css
<style>
span { border-color: #E1F8FA; }
span { border-color: rgb(225,248,250); }
td.TdClassName
{
border-color: #E1F8FA;
}
.TagClassName
{
border-color: #E1F8FA;
}
</style>