Shades of Blizzard Blue #A9E1EA
Tints of Blizzard Blue #A9E1EA
RGB
CMYK
RGB Variations
Color information
#A9E1EA (or 0xA9E1EA) is known color: Blizzard Blue. HEX triplet: A9, E1 and EA. RGB value is (169,225,234). Sum of RGB (Red+Green+Blue) = 169+225+234=628 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.91% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9E1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1EA is #561E15. Grayscale: #D1D1D1. Windows color (decimal): -5643798 or 15393193. OLE color: 15393193.
HSL color Cylindrical-coordinate representation of color #A9E1EA: hue angle of 188.31º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9E1EA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 225 | 234 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.08 |
| HSL | 188.31º | 0.61% | 0.79% | - |
| HSV(B) | 188.31º | 0.28% | 0.92% | - |
| XYZ | 58.14 | 68.23 | 87.95 | - |
| YUV | 209.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 234 | 0.28 | 0.04 | 0 | 0.08 | 188.31 | 0.61 | 0.79 |
| Hex | A9 | E1 | EA | 1C | 4 | 0 | 8 | BC | 3D | 4F |
| Octal | 251 | 341 | 352 | 34 | 4 | 0 | 10 | 274 | 75 | 117 |
| Binary | 10101001 | 11100001 | 11101010 | 11100 | 100 | 0 | 1000 | 10111100 | 111101 | 1001111 |
Color Harmonies of #A9E1EA
Complementary color
Monochromatic Colors of #A9E1EA
Black with #A9E1EA
Text Example
Text Example
White with #A9E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E1EA; }
p { color: rgb(169,225,234); }
H1.HeaderClassName
{
color: #A9E1EA;
}
.AnyTagClassName
{
color: #A9E1EA;
}
</style>
background-color css
<style>
a { background-color: #A9E1EA; }
a { background-color: rgb(169,225,234); }
div.DivClassName
{
background-color: #A9E1EA;
}
.BgClassName
{
background-color: #A9E1EA;
}
</style>
border-color css
<style>
span { border-color: #A9E1EA; }
span { border-color: rgb(169,225,234); }
td.TdClassName
{
border-color: #A9E1EA;
}
.TagClassName
{
border-color: #A9E1EA;
}
</style>