Shades of Blizzard Blue #ABECFE
Tints of Blizzard Blue #ABECFE
RGB
CMYK
RGB Variations
Color information
#ABECFE (or 0xABECFE) is known color: Blizzard Blue. HEX triplet: AB, EC and FE. RGB value is (171,236,254). Sum of RGB (Red+Green+Blue) = 171+236+254=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFE is #541301. Grayscale: #DADADA. Windows color (decimal): -5509890 or 16706731. OLE color: 16706731.
HSL color Cylindrical-coordinate representation of color #ABECFE: hue angle of 193.01º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABECFE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 236 | 254 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.00 |
| HSL | 193.01º | 0.98% | 0.83% | - |
| HSV(B) | 193.01º | 0.33% | 1% | - |
| XYZ | 64.68 | 75.8 | 104.99 | - |
| YUV | 218.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 254 | 0.33 | 0.07 | 0 | 0.00 | 193.01 | 0.98 | 0.83 |
| Hex | AB | EC | FE | 21 | 7 | 0 | 0 | C1 | 62 | 53 |
| Octal | 253 | 354 | 376 | 41 | 7 | 0 | 0 | 301 | 142 | 123 |
| Binary | 10101011 | 11101100 | 11111110 | 100001 | 111 | 0 | 0 | 11000001 | 1100010 | 1010011 |
Color Harmonies of #ABECFE
Complementary color
Monochromatic Colors of #ABECFE
Black with #ABECFE
Text Example
Text Example
White with #ABECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECFE; }
p { color: rgb(171,236,254); }
H1.HeaderClassName
{
color: #ABECFE;
}
.AnyTagClassName
{
color: #ABECFE;
}
</style>
background-color css
<style>
a { background-color: #ABECFE; }
a { background-color: rgb(171,236,254); }
div.DivClassName
{
background-color: #ABECFE;
}
.BgClassName
{
background-color: #ABECFE;
}
</style>
border-color css
<style>
span { border-color: #ABECFE; }
span { border-color: rgb(171,236,254); }
td.TdClassName
{
border-color: #ABECFE;
}
.TagClassName
{
border-color: #ABECFE;
}
</style>