Shades of Blizzard Blue #ABE4F5
Tints of Blizzard Blue #ABE4F5
RGB
CMYK
RGB Variations
Color information
#ABE4F5 (or 0xABE4F5) is known color: Blizzard Blue. HEX triplet: AB, E4 and F5. RGB value is (171,228,245). Sum of RGB (Red+Green+Blue) = 171+228+245=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABE4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F5 is #541B0A. Grayscale: #D4D4D4. Windows color (decimal): -5511947 or 16114859. OLE color: 16114859.
HSL color Cylindrical-coordinate representation of color #ABE4F5: hue angle of 193.78º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE4F5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 228 | 245 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 193.78º | 0.79% | 0.82% | - |
| HSV(B) | 193.78º | 0.3% | 0.96% | - |
| XYZ | 61.02 | 70.74 | 96.82 | - |
| YUV | 212.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 245 | 0.30 | 0.07 | 0 | 0.04 | 193.78 | 0.79 | 0.82 |
| Hex | AB | E4 | F5 | 1E | 7 | 0 | 4 | C2 | 4F | 52 |
| Octal | 253 | 344 | 365 | 36 | 7 | 0 | 4 | 302 | 117 | 122 |
| Binary | 10101011 | 11100100 | 11110101 | 11110 | 111 | 0 | 100 | 11000010 | 1001111 | 1010010 |
Color Harmonies of #ABE4F5
Complementary color
Monochromatic Colors of #ABE4F5
Black with #ABE4F5
Text Example
Text Example
White with #ABE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4F5; }
p { color: rgb(171,228,245); }
H1.HeaderClassName
{
color: #ABE4F5;
}
.AnyTagClassName
{
color: #ABE4F5;
}
</style>
background-color css
<style>
a { background-color: #ABE4F5; }
a { background-color: rgb(171,228,245); }
div.DivClassName
{
background-color: #ABE4F5;
}
.BgClassName
{
background-color: #ABE4F5;
}
</style>
border-color css
<style>
span { border-color: #ABE4F5; }
span { border-color: rgb(171,228,245); }
td.TdClassName
{
border-color: #ABE4F5;
}
.TagClassName
{
border-color: #ABE4F5;
}
</style>