Shades of Blizzard Blue #ABE7F1
Tints of Blizzard Blue #ABE7F1
RGB
CMYK
RGB Variations
Color information
#ABE7F1 (or 0xABE7F1) is known color: Blizzard Blue. HEX triplet: AB, E7 and F1. RGB value is (171,231,241). Sum of RGB (Red+Green+Blue) = 171+231+241=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F1 is #54180E. Grayscale: #D6D6D6. Windows color (decimal): -5511183 or 15853483. OLE color: 15853483.
HSL color Cylindrical-coordinate representation of color #ABE7F1: hue angle of 188.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE7F1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 231 | 241 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.05 |
| HSL | 188.57º | 0.71% | 0.81% | - |
| HSV(B) | 188.57º | 0.29% | 0.95% | - |
| XYZ | 61.25 | 72.16 | 93.92 | - |
| YUV | 214.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 241 | 0.29 | 0.04 | 0 | 0.05 | 188.57 | 0.71 | 0.81 |
| Hex | AB | E7 | F1 | 1D | 4 | 0 | 5 | BD | 47 | 51 |
| Octal | 253 | 347 | 361 | 35 | 4 | 0 | 5 | 275 | 107 | 121 |
| Binary | 10101011 | 11100111 | 11110001 | 11101 | 100 | 0 | 101 | 10111101 | 1000111 | 1010001 |
Color Harmonies of #ABE7F1
Complementary color
Monochromatic Colors of #ABE7F1
Black with #ABE7F1
Text Example
Text Example
White with #ABE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE7F1; }
p { color: rgb(171,231,241); }
H1.HeaderClassName
{
color: #ABE7F1;
}
.AnyTagClassName
{
color: #ABE7F1;
}
</style>
background-color css
<style>
a { background-color: #ABE7F1; }
a { background-color: rgb(171,231,241); }
div.DivClassName
{
background-color: #ABE7F1;
}
.BgClassName
{
background-color: #ABE7F1;
}
</style>
border-color css
<style>
span { border-color: #ABE7F1; }
span { border-color: rgb(171,231,241); }
td.TdClassName
{
border-color: #ABE7F1;
}
.TagClassName
{
border-color: #ABE7F1;
}
</style>