Shades of Blizzard Blue #ABEAFE
Tints of Blizzard Blue #ABEAFE
RGB
CMYK
RGB Variations
Color information
#ABEAFE (or 0xABEAFE) is known color: Blizzard Blue. HEX triplet: AB, EA and FE. RGB value is (171,234,254). Sum of RGB (Red+Green+Blue) = 171+234+254=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAFE is #541501. Grayscale: #D9D9D9. Windows color (decimal): -5510402 or 16706219. OLE color: 16706219.
HSL color Cylindrical-coordinate representation of color #ABEAFE: hue angle of 194.46º 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 #ABEAFE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 234 | 254 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.00 |
| HSL | 194.46º | 0.98% | 0.83% | - |
| HSV(B) | 194.46º | 0.33% | 1% | - |
| XYZ | 64.11 | 74.66 | 104.8 | - |
| YUV | 217.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 254 | 0.33 | 0.08 | 0 | 0.00 | 194.46 | 0.98 | 0.83 |
| Hex | AB | EA | FE | 21 | 8 | 0 | 0 | C2 | 62 | 53 |
| Octal | 253 | 352 | 376 | 41 | 10 | 0 | 0 | 302 | 142 | 123 |
| Binary | 10101011 | 11101010 | 11111110 | 100001 | 1000 | 0 | 0 | 11000010 | 1100010 | 1010011 |
Color Harmonies of #ABEAFE
Complementary color
Monochromatic Colors of #ABEAFE
Black with #ABEAFE
Text Example
Text Example
White with #ABEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEAFE; }
p { color: rgb(171,234,254); }
H1.HeaderClassName
{
color: #ABEAFE;
}
.AnyTagClassName
{
color: #ABEAFE;
}
</style>
background-color css
<style>
a { background-color: #ABEAFE; }
a { background-color: rgb(171,234,254); }
div.DivClassName
{
background-color: #ABEAFE;
}
.BgClassName
{
background-color: #ABEAFE;
}
</style>
border-color css
<style>
span { border-color: #ABEAFE; }
span { border-color: rgb(171,234,254); }
td.TdClassName
{
border-color: #ABEAFE;
}
.TagClassName
{
border-color: #ABEAFE;
}
</style>