Shades of Blizzard Blue #ABECFF
Tints of Blizzard Blue #ABECFF
RGB
CMYK
RGB Variations
Color information
#ABECFF (or 0xABECFF) is known color: Blizzard Blue. HEX triplet: AB, EC and FF. RGB value is (171,236,255). Sum of RGB (Red+Green+Blue) = 171+236+255=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFF is #541300. Grayscale: #DADADA. Windows color (decimal): -5509889 or 16772267. OLE color: 16772267.
HSL color Cylindrical-coordinate representation of color #ABECFF: hue angle of 193.57º 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 #ABECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 236 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 193.57º | 1% | 0.84% | - |
| HSV(B) | 193.57º | 0.33% | 1% | - |
| XYZ | 64.84 | 75.87 | 105.83 | - |
| YUV | 218.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 255 | 0.33 | 0.07 | 0 | 0 | 193.57 | 1 | 0.84 |
| Hex | AB | EC | FF | 21 | 7 | 0 | 0 | C2 | 64 | 54 |
| Octal | 253 | 354 | 377 | 41 | 7 | 0 | 0 | 302 | 144 | 124 |
| Binary | 10101011 | 11101100 | 11111111 | 100001 | 111 | 0 | 0 | 11000010 | 1100100 | 1010100 |
Color Harmonies of #ABECFF
Complementary color
Monochromatic Colors of #ABECFF
Black with #ABECFF
Text Example
Text Example
White with #ABECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECFF; }
p { color: rgb(171,236,255); }
H1.HeaderClassName
{
color: #ABECFF;
}
.AnyTagClassName
{
color: #ABECFF;
}
</style>
background-color css
<style>
a { background-color: #ABECFF; }
a { background-color: rgb(171,236,255); }
div.DivClassName
{
background-color: #ABECFF;
}
.BgClassName
{
background-color: #ABECFF;
}
</style>
border-color css
<style>
span { border-color: #ABECFF; }
span { border-color: rgb(171,236,255); }
td.TdClassName
{
border-color: #ABECFF;
}
.TagClassName
{
border-color: #ABECFF;
}
</style>