Shades of Alice Blue #EAEFF2
Tints of Alice Blue #EAEFF2
RGB
CMYK
RGB Variations
Color information
#EAEFF2 (or 0xEAEFF2) is known color: Alice Blue. HEX triplet: EA, EF and F2. RGB value is (234,239,242). Sum of RGB (Red+Green+Blue) = 234+239+242=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEFF2 is #15100D. Grayscale: #EDEDED. Windows color (decimal): -1380366 or 15921130. OLE color: 15921130.
HSL color Cylindrical-coordinate representation of color #EAEFF2: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEFF2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 239 | 242 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.05 |
| HSL | 202.5º | 0.24% | 0.93% | - |
| HSV(B) | 202.5º | 0.03% | 0.95% | - |
| XYZ | 80.83 | 85.64 | 96.27 | - |
| YUV | 237.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 242 | 0.03 | 0.01 | 0 | 0.05 | 202.5 | 0.24 | 0.93 |
| Hex | EA | EF | F2 | 3 | 1 | 0 | 5 | CA | 18 | 5D |
| Octal | 352 | 357 | 362 | 3 | 1 | 0 | 5 | 312 | 30 | 135 |
| Binary | 11101010 | 11101111 | 11110010 | 11 | 1 | 0 | 101 | 11001010 | 11000 | 1011101 |
Color Harmonies of #EAEFF2
Complementary color
Monochromatic Colors of #EAEFF2
Black with #EAEFF2
Text Example
Text Example
White with #EAEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFF2; }
p { color: rgb(234,239,242); }
H1.HeaderClassName
{
color: #EAEFF2;
}
.AnyTagClassName
{
color: #EAEFF2;
}
</style>
background-color css
<style>
a { background-color: #EAEFF2; }
a { background-color: rgb(234,239,242); }
div.DivClassName
{
background-color: #EAEFF2;
}
.BgClassName
{
background-color: #EAEFF2;
}
</style>
border-color css
<style>
span { border-color: #EAEFF2; }
span { border-color: rgb(234,239,242); }
td.TdClassName
{
border-color: #EAEFF2;
}
.TagClassName
{
border-color: #EAEFF2;
}
</style>