Shades of Blizzard Blue #ABE1EF
Tints of Blizzard Blue #ABE1EF
RGB
CMYK
RGB Variations
Color information
#ABE1EF (or 0xABE1EF) is known color: Blizzard Blue. HEX triplet: AB, E1 and EF. RGB value is (171,225,239). Sum of RGB (Red+Green+Blue) = 171+225+239=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1EF is #541E10. Grayscale: #D2D2D2. Windows color (decimal): -5512721 or 15720875. OLE color: 15720875.
HSL color Cylindrical-coordinate representation of color #ABE1EF: hue angle of 192.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE1EF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 225 | 239 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.06 |
| HSL | 192.35º | 0.68% | 0.8% | - |
| HSV(B) | 192.35º | 0.28% | 0.94% | - |
| XYZ | 59.3 | 68.74 | 91.8 | - |
| YUV | 210.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 239 | 0.28 | 0.06 | 0 | 0.06 | 192.35 | 0.68 | 0.8 |
| Hex | AB | E1 | EF | 1C | 6 | 0 | 6 | C0 | 44 | 50 |
| Octal | 253 | 341 | 357 | 34 | 6 | 0 | 6 | 300 | 104 | 120 |
| Binary | 10101011 | 11100001 | 11101111 | 11100 | 110 | 0 | 110 | 11000000 | 1000100 | 1010000 |
Color Harmonies of #ABE1EF
Complementary color
Monochromatic Colors of #ABE1EF
Black with #ABE1EF
Text Example
Text Example
White with #ABE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1EF; }
p { color: rgb(171,225,239); }
H1.HeaderClassName
{
color: #ABE1EF;
}
.AnyTagClassName
{
color: #ABE1EF;
}
</style>
background-color css
<style>
a { background-color: #ABE1EF; }
a { background-color: rgb(171,225,239); }
div.DivClassName
{
background-color: #ABE1EF;
}
.BgClassName
{
background-color: #ABE1EF;
}
</style>
border-color css
<style>
span { border-color: #ABE1EF; }
span { border-color: rgb(171,225,239); }
td.TdClassName
{
border-color: #ABE1EF;
}
.TagClassName
{
border-color: #ABE1EF;
}
</style>