Shades of Blizzard Blue #ABEBFC
Tints of Blizzard Blue #ABEBFC
RGB
CMYK
RGB Variations
Color information
#ABEBFC (or 0xABEBFC) is known color: Blizzard Blue. HEX triplet: AB, EB and FC. RGB value is (171,235,252). Sum of RGB (Red+Green+Blue) = 171+235+252=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBFC is #541403. Grayscale: #D9D9D9. Windows color (decimal): -5510148 or 16575403. OLE color: 16575403.
HSL color Cylindrical-coordinate representation of color #ABEBFC: hue angle of 192.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEBFC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 235 | 252 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.01 |
| HSL | 192.59º | 0.93% | 0.83% | - |
| HSV(B) | 192.59º | 0.32% | 0.99% | - |
| XYZ | 64.07 | 75.1 | 103.21 | - |
| YUV | 217.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 252 | 0.32 | 0.07 | 0 | 0.01 | 192.59 | 0.93 | 0.83 |
| Hex | AB | EB | FC | 20 | 7 | 0 | 1 | C1 | 5D | 53 |
| Octal | 253 | 353 | 374 | 40 | 7 | 0 | 1 | 301 | 135 | 123 |
| Binary | 10101011 | 11101011 | 11111100 | 100000 | 111 | 0 | 1 | 11000001 | 1011101 | 1010011 |
Color Harmonies of #ABEBFC
Complementary color
Monochromatic Colors of #ABEBFC
Black with #ABEBFC
Text Example
Text Example
White with #ABEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBFC; }
p { color: rgb(171,235,252); }
H1.HeaderClassName
{
color: #ABEBFC;
}
.AnyTagClassName
{
color: #ABEBFC;
}
</style>
background-color css
<style>
a { background-color: #ABEBFC; }
a { background-color: rgb(171,235,252); }
div.DivClassName
{
background-color: #ABEBFC;
}
.BgClassName
{
background-color: #ABEBFC;
}
</style>
border-color css
<style>
span { border-color: #ABEBFC; }
span { border-color: rgb(171,235,252); }
td.TdClassName
{
border-color: #ABEBFC;
}
.TagClassName
{
border-color: #ABEBFC;
}
</style>