Shades of Blizzard Blue #ABECFB
Tints of Blizzard Blue #ABECFB
RGB
CMYK
RGB Variations
Color information
#ABECFB (or 0xABECFB) is known color: Blizzard Blue. HEX triplet: AB, EC and FB. RGB value is (171,236,251). Sum of RGB (Red+Green+Blue) = 171+236+251=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFB is #541304. Grayscale: #DADADA. Windows color (decimal): -5509893 or 16510123. OLE color: 16510123.
HSL color Cylindrical-coordinate representation of color #ABECFB: hue angle of 191.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABECFB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 236 | 251 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.02 |
| HSL | 191.25º | 0.91% | 0.83% | - |
| HSV(B) | 191.25º | 0.32% | 0.98% | - |
| XYZ | 64.2 | 75.61 | 102.48 | - |
| YUV | 218.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 251 | 0.32 | 0.06 | 0 | 0.02 | 191.25 | 0.91 | 0.83 |
| Hex | AB | EC | FB | 20 | 6 | 0 | 2 | BF | 5B | 53 |
| Octal | 253 | 354 | 373 | 40 | 6 | 0 | 2 | 277 | 133 | 123 |
| Binary | 10101011 | 11101100 | 11111011 | 100000 | 110 | 0 | 10 | 10111111 | 1011011 | 1010011 |
Color Harmonies of #ABECFB
Complementary color
Monochromatic Colors of #ABECFB
Black with #ABECFB
Text Example
Text Example
White with #ABECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECFB; }
p { color: rgb(171,236,251); }
H1.HeaderClassName
{
color: #ABECFB;
}
.AnyTagClassName
{
color: #ABECFB;
}
</style>
background-color css
<style>
a { background-color: #ABECFB; }
a { background-color: rgb(171,236,251); }
div.DivClassName
{
background-color: #ABECFB;
}
.BgClassName
{
background-color: #ABECFB;
}
</style>
border-color css
<style>
span { border-color: #ABECFB; }
span { border-color: rgb(171,236,251); }
td.TdClassName
{
border-color: #ABECFB;
}
.TagClassName
{
border-color: #ABECFB;
}
</style>