Shades of Blizzard Blue #ABE8F0
Tints of Blizzard Blue #ABE8F0
RGB
CMYK
RGB Variations
Color information
#ABE8F0 (or 0xABE8F0) is known color: Blizzard Blue. HEX triplet: AB, E8 and F0. RGB value is (171,232,240). Sum of RGB (Red+Green+Blue) = 171+232+240=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F0 is #54170F. Grayscale: #D6D6D6. Windows color (decimal): -5510928 or 15788203. OLE color: 15788203.
HSL color Cylindrical-coordinate representation of color #ABE8F0: hue angle of 186.96º 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 #ABE8F0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 232 | 240 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.06 |
| HSL | 186.96º | 0.7% | 0.81% | - |
| HSV(B) | 186.96º | 0.29% | 0.94% | - |
| XYZ | 61.38 | 72.66 | 93.23 | - |
| YUV | 214.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 240 | 0.29 | 0.03 | 0 | 0.06 | 186.96 | 0.7 | 0.81 |
| Hex | AB | E8 | F0 | 1D | 3 | 0 | 6 | BB | 46 | 51 |
| Octal | 253 | 350 | 360 | 35 | 3 | 0 | 6 | 273 | 106 | 121 |
| Binary | 10101011 | 11101000 | 11110000 | 11101 | 11 | 0 | 110 | 10111011 | 1000110 | 1010001 |
Color Harmonies of #ABE8F0
Complementary color
Monochromatic Colors of #ABE8F0
Black with #ABE8F0
Text Example
Text Example
White with #ABE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8F0; }
p { color: rgb(171,232,240); }
H1.HeaderClassName
{
color: #ABE8F0;
}
.AnyTagClassName
{
color: #ABE8F0;
}
</style>
background-color css
<style>
a { background-color: #ABE8F0; }
a { background-color: rgb(171,232,240); }
div.DivClassName
{
background-color: #ABE8F0;
}
.BgClassName
{
background-color: #ABE8F0;
}
</style>
border-color css
<style>
span { border-color: #ABE8F0; }
span { border-color: rgb(171,232,240); }
td.TdClassName
{
border-color: #ABE8F0;
}
.TagClassName
{
border-color: #ABE8F0;
}
</style>