Shades of Blizzard Blue #ABE5EE
Tints of Blizzard Blue #ABE5EE
RGB
CMYK
RGB Variations
Color information
#ABE5EE (or 0xABE5EE) is known color: Blizzard Blue. HEX triplet: AB, E5 and EE. RGB value is (171,229,238). Sum of RGB (Red+Green+Blue) = 171+229+238=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5EE is #541A11. Grayscale: #D4D4D4. Windows color (decimal): -5511698 or 15656363. OLE color: 15656363.
HSL color Cylindrical-coordinate representation of color #ABE5EE: hue angle of 188.06º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE5EE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 229 | 238 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.07 |
| HSL | 188.06º | 0.66% | 0.8% | - |
| HSV(B) | 188.06º | 0.28% | 0.93% | - |
| XYZ | 60.25 | 70.87 | 91.39 | - |
| YUV | 212.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 238 | 0.28 | 0.04 | 0 | 0.07 | 188.06 | 0.66 | 0.8 |
| Hex | AB | E5 | EE | 1C | 4 | 0 | 7 | BC | 42 | 50 |
| Octal | 253 | 345 | 356 | 34 | 4 | 0 | 7 | 274 | 102 | 120 |
| Binary | 10101011 | 11100101 | 11101110 | 11100 | 100 | 0 | 111 | 10111100 | 1000010 | 1010000 |
Color Harmonies of #ABE5EE
Complementary color
Monochromatic Colors of #ABE5EE
Black with #ABE5EE
Text Example
Text Example
White with #ABE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5EE; }
p { color: rgb(171,229,238); }
H1.HeaderClassName
{
color: #ABE5EE;
}
.AnyTagClassName
{
color: #ABE5EE;
}
</style>
background-color css
<style>
a { background-color: #ABE5EE; }
a { background-color: rgb(171,229,238); }
div.DivClassName
{
background-color: #ABE5EE;
}
.BgClassName
{
background-color: #ABE5EE;
}
</style>
border-color css
<style>
span { border-color: #ABE5EE; }
span { border-color: rgb(171,229,238); }
td.TdClassName
{
border-color: #ABE5EE;
}
.TagClassName
{
border-color: #ABE5EE;
}
</style>