Shades of Light Cyan #E2F8FA
Tints of Light Cyan #E2F8FA
RGB
CMYK
RGB Variations
Color information
#E2F8FA (or 0xE2F8FA) is known color: Light Cyan. HEX triplet: E2, F8 and FA. RGB value is (226,248,250). Sum of RGB (Red+Green+Blue) = 226+248+250=724 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.22% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F8FA is #1D0705. Grayscale: #F1F1F1. Windows color (decimal): -1902342 or 16447714. OLE color: 16447714.
HSL color Cylindrical-coordinate representation of color #E2F8FA: hue angle of 185º 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 #E2F8FA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 248 | 250 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.02 |
| HSL | 185º | 0.71% | 0.93% | - |
| HSV(B) | 185º | 0.1% | 0.98% | - |
| XYZ | 82.19 | 90.21 | 103.52 | - |
| YUV | 241.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 250 | 0.10 | 0.01 | 0 | 0.02 | 185 | 0.71 | 0.93 |
| Hex | E2 | F8 | FA | A | 1 | 0 | 2 | B9 | 47 | 5D |
| Octal | 342 | 370 | 372 | 12 | 1 | 0 | 2 | 271 | 107 | 135 |
| Binary | 11100010 | 11111000 | 11111010 | 1010 | 1 | 0 | 10 | 10111001 | 1000111 | 1011101 |
Color Harmonies of #E2F8FA
Complementary color
Monochromatic Colors of #E2F8FA
Black with #E2F8FA
Text Example
Text Example
White with #E2F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F8FA; }
p { color: rgb(226,248,250); }
H1.HeaderClassName
{
color: #E2F8FA;
}
.AnyTagClassName
{
color: #E2F8FA;
}
</style>
background-color css
<style>
a { background-color: #E2F8FA; }
a { background-color: rgb(226,248,250); }
div.DivClassName
{
background-color: #E2F8FA;
}
.BgClassName
{
background-color: #E2F8FA;
}
</style>
border-color css
<style>
span { border-color: #E2F8FA; }
span { border-color: rgb(226,248,250); }
td.TdClassName
{
border-color: #E2F8FA;
}
.TagClassName
{
border-color: #E2F8FA;
}
</style>