Shades of Blizzard Blue #ABE3F5
Tints of Blizzard Blue #ABE3F5
RGB
CMYK
RGB Variations
Color information
#ABE3F5 (or 0xABE3F5) is known color: Blizzard Blue. HEX triplet: AB, E3 and F5. RGB value is (171,227,245). Sum of RGB (Red+Green+Blue) = 171+227+245=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABE3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3F5 is #541C0A. Grayscale: #D4D4D4. Windows color (decimal): -5512203 or 16114603. OLE color: 16114603.
HSL color Cylindrical-coordinate representation of color #ABE3F5: hue angle of 194.59º 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 #ABE3F5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 227 | 245 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 194.59º | 0.79% | 0.82% | - |
| HSV(B) | 194.59º | 0.3% | 0.96% | - |
| XYZ | 60.75 | 70.19 | 96.73 | - |
| YUV | 212.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 245 | 0.30 | 0.07 | 0 | 0.04 | 194.59 | 0.79 | 0.82 |
| Hex | AB | E3 | F5 | 1E | 7 | 0 | 4 | C3 | 4F | 52 |
| Octal | 253 | 343 | 365 | 36 | 7 | 0 | 4 | 303 | 117 | 122 |
| Binary | 10101011 | 11100011 | 11110101 | 11110 | 111 | 0 | 100 | 11000011 | 1001111 | 1010010 |
Color Harmonies of #ABE3F5
Complementary color
Monochromatic Colors of #ABE3F5
Black with #ABE3F5
Text Example
Text Example
White with #ABE3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3F5; }
p { color: rgb(171,227,245); }
H1.HeaderClassName
{
color: #ABE3F5;
}
.AnyTagClassName
{
color: #ABE3F5;
}
</style>
background-color css
<style>
a { background-color: #ABE3F5; }
a { background-color: rgb(171,227,245); }
div.DivClassName
{
background-color: #ABE3F5;
}
.BgClassName
{
background-color: #ABE3F5;
}
</style>
border-color css
<style>
span { border-color: #ABE3F5; }
span { border-color: rgb(171,227,245); }
td.TdClassName
{
border-color: #ABE3F5;
}
.TagClassName
{
border-color: #ABE3F5;
}
</style>