Shades of Alice Blue #EBF5FF
Tints of Alice Blue #EBF5FF
RGB
CMYK
RGB Variations
Color information
#EBF5FF (or 0xEBF5FF) is known color: Alice Blue. HEX triplet: EB, F5 and FF. RGB value is (235,245,255). Sum of RGB (Red+Green+Blue) = 235+245+255=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FF is #140A00. Grayscale: #F3F3F3. Windows color (decimal): -1313281 or 16774635. OLE color: 16774635.
HSL color Cylindrical-coordinate representation of color #EBF5FF: hue angle of 210º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF5FF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 245 | 255 | - |
| CMYK | 0.08 | 0.04 | 0 | 0 |
| HSL | 210º | 1% | 0.96% | - |
| HSV(B) | 210º | 0.08% | 1% | - |
| XYZ | 84.96 | 90.19 | 107.54 | - |
| YUV | 243.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 255 | 0.08 | 0.04 | 0 | 0 | 210 | 1 | 0.96 |
| Hex | EB | F5 | FF | 8 | 4 | 0 | 0 | D2 | 64 | 60 |
| Octal | 353 | 365 | 377 | 10 | 4 | 0 | 0 | 322 | 144 | 140 |
| Binary | 11101011 | 11110101 | 11111111 | 1000 | 100 | 0 | 0 | 11010010 | 1100100 | 1100000 |
Color Harmonies of #EBF5FF
Complementary color
Monochromatic Colors of #EBF5FF
Black with #EBF5FF
Text Example
Text Example
White with #EBF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5FF; }
p { color: rgb(235,245,255); }
H1.HeaderClassName
{
color: #EBF5FF;
}
.AnyTagClassName
{
color: #EBF5FF;
}
</style>
background-color css
<style>
a { background-color: #EBF5FF; }
a { background-color: rgb(235,245,255); }
div.DivClassName
{
background-color: #EBF5FF;
}
.BgClassName
{
background-color: #EBF5FF;
}
</style>
border-color css
<style>
span { border-color: #EBF5FF; }
span { border-color: rgb(235,245,255); }
td.TdClassName
{
border-color: #EBF5FF;
}
.TagClassName
{
border-color: #EBF5FF;
}
</style>