Shades of Light Cyan #E2F8FB
Tints of Light Cyan #E2F8FB
RGB
CMYK
RGB Variations
Color information
#E2F8FB (or 0xE2F8FB) is known color: Light Cyan. HEX triplet: E2, F8 and FB. RGB value is (226,248,251). Sum of RGB (Red+Green+Blue) = 226+248+251=725 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.17% from 725); Green value is 248 (97.27% from 255 or 34.21% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2F8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F8FB is #1D0704. Grayscale: #F1F1F1. Windows color (decimal): -1902341 or 16513250. OLE color: 16513250.
HSL color Cylindrical-coordinate representation of color #E2F8FB: hue angle of 187.2º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F8FB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 248 | 251 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.02 |
| HSL | 187.2º | 0.76% | 0.94% | - |
| HSV(B) | 187.2º | 0.1% | 0.98% | - |
| XYZ | 82.34 | 90.27 | 104.35 | - |
| YUV | 241.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 251 | 0.10 | 0.01 | 0 | 0.02 | 187.2 | 0.76 | 0.94 |
| Hex | E2 | F8 | FB | A | 1 | 0 | 2 | BB | 4C | 5E |
| Octal | 342 | 370 | 373 | 12 | 1 | 0 | 2 | 273 | 114 | 136 |
| Binary | 11100010 | 11111000 | 11111011 | 1010 | 1 | 0 | 10 | 10111011 | 1001100 | 1011110 |
Color Harmonies of #E2F8FB
Complementary color
Monochromatic Colors of #E2F8FB
Black with #E2F8FB
Text Example
Text Example
White with #E2F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F8FB; }
p { color: rgb(226,248,251); }
H1.HeaderClassName
{
color: #E2F8FB;
}
.AnyTagClassName
{
color: #E2F8FB;
}
</style>
background-color css
<style>
a { background-color: #E2F8FB; }
a { background-color: rgb(226,248,251); }
div.DivClassName
{
background-color: #E2F8FB;
}
.BgClassName
{
background-color: #E2F8FB;
}
</style>
border-color css
<style>
span { border-color: #E2F8FB; }
span { border-color: rgb(226,248,251); }
td.TdClassName
{
border-color: #E2F8FB;
}
.TagClassName
{
border-color: #E2F8FB;
}
</style>