Shades of Blizzard Blue #ABEBF6
Tints of Blizzard Blue #ABEBF6
RGB
CMYK
RGB Variations
Color information
#ABEBF6 (or 0xABEBF6) is known color: Blizzard Blue. HEX triplet: AB, EB and F6. RGB value is (171,235,246). Sum of RGB (Red+Green+Blue) = 171+235+246=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABEBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBF6 is #541409. Grayscale: #D9D9D9. Windows color (decimal): -5510154 or 16182187. OLE color: 16182187.
HSL color Cylindrical-coordinate representation of color #ABEBF6: hue angle of 188.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEBF6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 235 | 246 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.04 |
| HSL | 188.8º | 0.81% | 0.82% | - |
| HSV(B) | 188.8º | 0.3% | 0.96% | - |
| XYZ | 63.14 | 74.73 | 98.29 | - |
| YUV | 217.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 246 | 0.30 | 0.04 | 0 | 0.04 | 188.8 | 0.81 | 0.82 |
| Hex | AB | EB | F6 | 1E | 4 | 0 | 4 | BD | 51 | 52 |
| Octal | 253 | 353 | 366 | 36 | 4 | 0 | 4 | 275 | 121 | 122 |
| Binary | 10101011 | 11101011 | 11110110 | 11110 | 100 | 0 | 100 | 10111101 | 1010001 | 1010010 |
Color Harmonies of #ABEBF6
Complementary color
Monochromatic Colors of #ABEBF6
Black with #ABEBF6
Text Example
Text Example
White with #ABEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBF6; }
p { color: rgb(171,235,246); }
H1.HeaderClassName
{
color: #ABEBF6;
}
.AnyTagClassName
{
color: #ABEBF6;
}
</style>
background-color css
<style>
a { background-color: #ABEBF6; }
a { background-color: rgb(171,235,246); }
div.DivClassName
{
background-color: #ABEBF6;
}
.BgClassName
{
background-color: #ABEBF6;
}
</style>
border-color css
<style>
span { border-color: #ABEBF6; }
span { border-color: rgb(171,235,246); }
td.TdClassName
{
border-color: #ABEBF6;
}
.TagClassName
{
border-color: #ABEBF6;
}
</style>