Shades of Alice Blue #EAF8FE
Tints of Alice Blue #EAF8FE
RGB
CMYK
RGB Variations
Color information
#EAF8FE (or 0xEAF8FE) is known color: Alice Blue. HEX triplet: EA, F8 and FE. RGB value is (234,248,254). Sum of RGB (Red+Green+Blue) = 234+248+254=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FE is #150701. Grayscale: #F4F4F4. Windows color (decimal): -1378050 or 16709866. OLE color: 16709866.
HSL color Cylindrical-coordinate representation of color #EAF8FE: hue angle of 198º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF8FE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 248 | 254 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.00 |
| HSL | 198º | 0.91% | 0.96% | - |
| HSV(B) | 198º | 0.08% | 1% | - |
| XYZ | 85.39 | 91.78 | 106.98 | - |
| YUV | 244.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 254 | 0.08 | 0.02 | 0 | 0.00 | 198 | 0.91 | 0.96 |
| Hex | EA | F8 | FE | 8 | 2 | 0 | 0 | C6 | 5B | 60 |
| Octal | 352 | 370 | 376 | 10 | 2 | 0 | 0 | 306 | 133 | 140 |
| Binary | 11101010 | 11111000 | 11111110 | 1000 | 10 | 0 | 0 | 11000110 | 1011011 | 1100000 |
Color Harmonies of #EAF8FE
Complementary color
Monochromatic Colors of #EAF8FE
Black with #EAF8FE
Text Example
Text Example
White with #EAF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8FE; }
p { color: rgb(234,248,254); }
H1.HeaderClassName
{
color: #EAF8FE;
}
.AnyTagClassName
{
color: #EAF8FE;
}
</style>
background-color css
<style>
a { background-color: #EAF8FE; }
a { background-color: rgb(234,248,254); }
div.DivClassName
{
background-color: #EAF8FE;
}
.BgClassName
{
background-color: #EAF8FE;
}
</style>
border-color css
<style>
span { border-color: #EAF8FE; }
span { border-color: rgb(234,248,254); }
td.TdClassName
{
border-color: #EAF8FE;
}
.TagClassName
{
border-color: #EAF8FE;
}
</style>