Shades of Blizzard Blue #ABE0F0
Tints of Blizzard Blue #ABE0F0
RGB
CMYK
RGB Variations
Color information
#ABE0F0 (or 0xABE0F0) is known color: Blizzard Blue. HEX triplet: AB, E0 and F0. RGB value is (171,224,240). Sum of RGB (Red+Green+Blue) = 171+224+240=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F0 is #541F0F. Grayscale: #D1D1D1. Windows color (decimal): -5512976 or 15786155. OLE color: 15786155.
HSL color Cylindrical-coordinate representation of color #ABE0F0: hue angle of 193.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE0F0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 224 | 240 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.06 |
| HSL | 193.91º | 0.7% | 0.81% | - |
| HSV(B) | 193.91º | 0.29% | 0.94% | - |
| XYZ | 59.18 | 68.26 | 92.49 | - |
| YUV | 209.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 240 | 0.29 | 0.07 | 0 | 0.06 | 193.91 | 0.7 | 0.81 |
| Hex | AB | E0 | F0 | 1D | 7 | 0 | 6 | C2 | 46 | 51 |
| Octal | 253 | 340 | 360 | 35 | 7 | 0 | 6 | 302 | 106 | 121 |
| Binary | 10101011 | 11100000 | 11110000 | 11101 | 111 | 0 | 110 | 11000010 | 1000110 | 1010001 |
Color Harmonies of #ABE0F0
Complementary color
Monochromatic Colors of #ABE0F0
Black with #ABE0F0
Text Example
Text Example
White with #ABE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0F0; }
p { color: rgb(171,224,240); }
H1.HeaderClassName
{
color: #ABE0F0;
}
.AnyTagClassName
{
color: #ABE0F0;
}
</style>
background-color css
<style>
a { background-color: #ABE0F0; }
a { background-color: rgb(171,224,240); }
div.DivClassName
{
background-color: #ABE0F0;
}
.BgClassName
{
background-color: #ABE0F0;
}
</style>
border-color css
<style>
span { border-color: #ABE0F0; }
span { border-color: rgb(171,224,240); }
td.TdClassName
{
border-color: #ABE0F0;
}
.TagClassName
{
border-color: #ABE0F0;
}
</style>