Shades of Blizzard Blue #ABE0ED
Tints of Blizzard Blue #ABE0ED
RGB
CMYK
RGB Variations
Color information
#ABE0ED (or 0xABE0ED) is known color: Blizzard Blue. HEX triplet: AB, E0 and ED. RGB value is (171,224,237). Sum of RGB (Red+Green+Blue) = 171+224+237=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0ED is #541F12. Grayscale: #D1D1D1. Windows color (decimal): -5512979 or 15589547. OLE color: 15589547.
HSL color Cylindrical-coordinate representation of color #ABE0ED: hue angle of 191.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE0ED is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 224 | 237 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 191.82º | 0.65% | 0.8% | - |
| HSV(B) | 191.82º | 0.28% | 0.93% | - |
| XYZ | 58.74 | 68.08 | 90.17 | - |
| YUV | 209.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 237 | 0.28 | 0.05 | 0 | 0.07 | 191.82 | 0.65 | 0.8 |
| Hex | AB | E0 | ED | 1C | 5 | 0 | 7 | C0 | 41 | 50 |
| Octal | 253 | 340 | 355 | 34 | 5 | 0 | 7 | 300 | 101 | 120 |
| Binary | 10101011 | 11100000 | 11101101 | 11100 | 101 | 0 | 111 | 11000000 | 1000001 | 1010000 |
Color Harmonies of #ABE0ED
Complementary color
Monochromatic Colors of #ABE0ED
Black with #ABE0ED
Text Example
Text Example
White with #ABE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0ED; }
p { color: rgb(171,224,237); }
H1.HeaderClassName
{
color: #ABE0ED;
}
.AnyTagClassName
{
color: #ABE0ED;
}
</style>
background-color css
<style>
a { background-color: #ABE0ED; }
a { background-color: rgb(171,224,237); }
div.DivClassName
{
background-color: #ABE0ED;
}
.BgClassName
{
background-color: #ABE0ED;
}
</style>
border-color css
<style>
span { border-color: #ABE0ED; }
span { border-color: rgb(171,224,237); }
td.TdClassName
{
border-color: #ABE0ED;
}
.TagClassName
{
border-color: #ABE0ED;
}
</style>