Shades of Alice Blue #EBF2F5
Tints of Alice Blue #EBF2F5
RGB
CMYK
RGB Variations
Color information
#EBF2F5 (or 0xEBF2F5) is known color: Alice Blue. HEX triplet: EB, F2 and F5. RGB value is (235,242,245). Sum of RGB (Red+Green+Blue) = 235+242+245=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBF2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2F5 is #140D0A. Grayscale: #F0F0F0. Windows color (decimal): -1314059 or 16118507. OLE color: 16118507.
HSL color Cylindrical-coordinate representation of color #EBF2F5: hue angle of 198º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF2F5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 242 | 245 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.04 |
| HSL | 198º | 0.33% | 0.94% | - |
| HSV(B) | 198º | 0.04% | 0.96% | - |
| XYZ | 82.49 | 87.76 | 98.98 | - |
| YUV | 240.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 245 | 0.04 | 0.01 | 0 | 0.04 | 198 | 0.33 | 0.94 |
| Hex | EB | F2 | F5 | 4 | 1 | 0 | 4 | C6 | 21 | 5E |
| Octal | 353 | 362 | 365 | 4 | 1 | 0 | 4 | 306 | 41 | 136 |
| Binary | 11101011 | 11110010 | 11110101 | 100 | 1 | 0 | 100 | 11000110 | 100001 | 1011110 |
Color Harmonies of #EBF2F5
Complementary color
Monochromatic Colors of #EBF2F5
Black with #EBF2F5
Text Example
Text Example
White with #EBF2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2F5; }
p { color: rgb(235,242,245); }
H1.HeaderClassName
{
color: #EBF2F5;
}
.AnyTagClassName
{
color: #EBF2F5;
}
</style>
background-color css
<style>
a { background-color: #EBF2F5; }
a { background-color: rgb(235,242,245); }
div.DivClassName
{
background-color: #EBF2F5;
}
.BgClassName
{
background-color: #EBF2F5;
}
</style>
border-color css
<style>
span { border-color: #EBF2F5; }
span { border-color: rgb(235,242,245); }
td.TdClassName
{
border-color: #EBF2F5;
}
.TagClassName
{
border-color: #EBF2F5;
}
</style>