Shades of Blizzard Blue #ABEEFF
Tints of Blizzard Blue #ABEEFF
RGB
CMYK
RGB Variations
Color information
#ABEEFF (or 0xABEEFF) is known color: Blizzard Blue. HEX triplet: AB, EE and FF. RGB value is (171,238,255). Sum of RGB (Red+Green+Blue) = 171+238+255=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFF is #541100. Grayscale: #DBDBDB. Windows color (decimal): -5509377 or 16772779. OLE color: 16772779.
HSL color Cylindrical-coordinate representation of color #ABEEFF: hue angle of 192.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEEFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 238 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 192.14º | 1% | 0.84% | - |
| HSV(B) | 192.14º | 0.33% | 1% | - |
| XYZ | 65.42 | 77.03 | 106.03 | - |
| YUV | 219.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 255 | 0.33 | 0.07 | 0 | 0 | 192.14 | 1 | 0.84 |
| Hex | AB | EE | FF | 21 | 7 | 0 | 0 | C0 | 64 | 54 |
| Octal | 253 | 356 | 377 | 41 | 7 | 0 | 0 | 300 | 144 | 124 |
| Binary | 10101011 | 11101110 | 11111111 | 100001 | 111 | 0 | 0 | 11000000 | 1100100 | 1010100 |
Color Harmonies of #ABEEFF
Complementary color
Monochromatic Colors of #ABEEFF
Black with #ABEEFF
Text Example
Text Example
White with #ABEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEFF; }
p { color: rgb(171,238,255); }
H1.HeaderClassName
{
color: #ABEEFF;
}
.AnyTagClassName
{
color: #ABEEFF;
}
</style>
background-color css
<style>
a { background-color: #ABEEFF; }
a { background-color: rgb(171,238,255); }
div.DivClassName
{
background-color: #ABEEFF;
}
.BgClassName
{
background-color: #ABEEFF;
}
</style>
border-color css
<style>
span { border-color: #ABEEFF; }
span { border-color: rgb(171,238,255); }
td.TdClassName
{
border-color: #ABEEFF;
}
.TagClassName
{
border-color: #ABEEFF;
}
</style>