Shades of Blizzard Blue #ABE1EC
Tints of Blizzard Blue #ABE1EC
RGB
CMYK
RGB Variations
Color information
#ABE1EC (or 0xABE1EC) is known color: Blizzard Blue. HEX triplet: AB, E1 and EC. RGB value is (171,225,236). Sum of RGB (Red+Green+Blue) = 171+225+236=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1EC is #541E13. Grayscale: #D2D2D2. Windows color (decimal): -5512724 or 15524267. OLE color: 15524267.
HSL color Cylindrical-coordinate representation of color #ABE1EC: hue angle of 190.15º degrees, saturation: 0.63, 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 #ABE1EC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 225 | 236 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 190.15º | 0.63% | 0.8% | - |
| HSV(B) | 190.15º | 0.28% | 0.93% | - |
| XYZ | 58.86 | 68.56 | 89.49 | - |
| YUV | 210.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 236 | 0.28 | 0.05 | 0 | 0.07 | 190.15 | 0.63 | 0.8 |
| Hex | AB | E1 | EC | 1C | 5 | 0 | 7 | BE | 3F | 50 |
| Octal | 253 | 341 | 354 | 34 | 5 | 0 | 7 | 276 | 77 | 120 |
| Binary | 10101011 | 11100001 | 11101100 | 11100 | 101 | 0 | 111 | 10111110 | 111111 | 1010000 |
Color Harmonies of #ABE1EC
Complementary color
Monochromatic Colors of #ABE1EC
Black with #ABE1EC
Text Example
Text Example
White with #ABE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1EC; }
p { color: rgb(171,225,236); }
H1.HeaderClassName
{
color: #ABE1EC;
}
.AnyTagClassName
{
color: #ABE1EC;
}
</style>
background-color css
<style>
a { background-color: #ABE1EC; }
a { background-color: rgb(171,225,236); }
div.DivClassName
{
background-color: #ABE1EC;
}
.BgClassName
{
background-color: #ABE1EC;
}
</style>
border-color css
<style>
span { border-color: #ABE1EC; }
span { border-color: rgb(171,225,236); }
td.TdClassName
{
border-color: #ABE1EC;
}
.TagClassName
{
border-color: #ABE1EC;
}
</style>