Shades of Blizzard Blue #ABE9FA
Tints of Blizzard Blue #ABE9FA
RGB
CMYK
RGB Variations
Color information
#ABE9FA (or 0xABE9FA) is known color: Blizzard Blue. HEX triplet: AB, E9 and FA. RGB value is (171,233,250). Sum of RGB (Red+Green+Blue) = 171+233+250=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9FA is #541605. Grayscale: #D8D8D8. Windows color (decimal): -5510662 or 16443819. OLE color: 16443819.
HSL color Cylindrical-coordinate representation of color #ABE9FA: hue angle of 192.91º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE9FA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 233 | 250 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.02 |
| HSL | 192.91º | 0.89% | 0.83% | - |
| HSV(B) | 192.91º | 0.32% | 0.98% | - |
| XYZ | 63.19 | 73.84 | 101.36 | - |
| YUV | 216.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 250 | 0.32 | 0.07 | 0 | 0.02 | 192.91 | 0.89 | 0.83 |
| Hex | AB | E9 | FA | 20 | 7 | 0 | 2 | C1 | 59 | 53 |
| Octal | 253 | 351 | 372 | 40 | 7 | 0 | 2 | 301 | 131 | 123 |
| Binary | 10101011 | 11101001 | 11111010 | 100000 | 111 | 0 | 10 | 11000001 | 1011001 | 1010011 |
Color Harmonies of #ABE9FA
Complementary color
Monochromatic Colors of #ABE9FA
Black with #ABE9FA
Text Example
Text Example
White with #ABE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE9FA; }
p { color: rgb(171,233,250); }
H1.HeaderClassName
{
color: #ABE9FA;
}
.AnyTagClassName
{
color: #ABE9FA;
}
</style>
background-color css
<style>
a { background-color: #ABE9FA; }
a { background-color: rgb(171,233,250); }
div.DivClassName
{
background-color: #ABE9FA;
}
.BgClassName
{
background-color: #ABE9FA;
}
</style>
border-color css
<style>
span { border-color: #ABE9FA; }
span { border-color: rgb(171,233,250); }
td.TdClassName
{
border-color: #ABE9FA;
}
.TagClassName
{
border-color: #ABE9FA;
}
</style>