Shades of Alice Blue #E2F2FB
Tints of Alice Blue #E2F2FB
RGB
CMYK
RGB Variations
Color information
#E2F2FB (or 0xE2F2FB) is known color: Alice Blue. HEX triplet: E2, F2 and FB. RGB value is (226,242,251). Sum of RGB (Red+Green+Blue) = 226+242+251=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2F2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2FB is #1D0D04. Grayscale: #EEEEEE. Windows color (decimal): -1903877 or 16511714. OLE color: 16511714.
HSL color Cylindrical-coordinate representation of color #E2F2FB: hue angle of 201.6º 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 #E2F2FB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 242 | 251 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.02 |
| HSL | 201.6º | 0.76% | 0.94% | - |
| HSV(B) | 201.6º | 0.1% | 0.98% | - |
| XYZ | 80.53 | 86.64 | 103.75 | - |
| YUV | 238.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 251 | 0.10 | 0.04 | 0 | 0.02 | 201.6 | 0.76 | 0.94 |
| Hex | E2 | F2 | FB | A | 4 | 0 | 2 | CA | 4C | 5E |
| Octal | 342 | 362 | 373 | 12 | 4 | 0 | 2 | 312 | 114 | 136 |
| Binary | 11100010 | 11110010 | 11111011 | 1010 | 100 | 0 | 10 | 11001010 | 1001100 | 1011110 |
Color Harmonies of #E2F2FB
Complementary color
Monochromatic Colors of #E2F2FB
Black with #E2F2FB
Text Example
Text Example
White with #E2F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2FB; }
p { color: rgb(226,242,251); }
H1.HeaderClassName
{
color: #E2F2FB;
}
.AnyTagClassName
{
color: #E2F2FB;
}
</style>
background-color css
<style>
a { background-color: #E2F2FB; }
a { background-color: rgb(226,242,251); }
div.DivClassName
{
background-color: #E2F2FB;
}
.BgClassName
{
background-color: #E2F2FB;
}
</style>
border-color css
<style>
span { border-color: #E2F2FB; }
span { border-color: rgb(226,242,251); }
td.TdClassName
{
border-color: #E2F2FB;
}
.TagClassName
{
border-color: #E2F2FB;
}
</style>