Shades of Blizzard Blue #A9EAF4
Tints of Blizzard Blue #A9EAF4
RGB
CMYK
RGB Variations
Color information
#A9EAF4 (or 0xA9EAF4) is known color: Blizzard Blue. HEX triplet: A9, EA and F4. RGB value is (169,234,244). Sum of RGB (Red+Green+Blue) = 169+234+244=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #A9EAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAF4 is #56150B. Grayscale: #D7D7D7. Windows color (decimal): -5641484 or 16050857. OLE color: 16050857.
HSL color Cylindrical-coordinate representation of color #A9EAF4: hue angle of 188º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9EAF4 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 234 | 244 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.04 |
| HSL | 188º | 0.77% | 0.81% | - |
| HSV(B) | 188º | 0.31% | 0.96% | - |
| XYZ | 62.11 | 73.81 | 96.56 | - |
| YUV | 215.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 244 | 0.31 | 0.04 | 0 | 0.04 | 188 | 0.77 | 0.81 |
| Hex | A9 | EA | F4 | 1F | 4 | 0 | 4 | BC | 4D | 51 |
| Octal | 251 | 352 | 364 | 37 | 4 | 0 | 4 | 274 | 115 | 121 |
| Binary | 10101001 | 11101010 | 11110100 | 11111 | 100 | 0 | 100 | 10111100 | 1001101 | 1010001 |
Color Harmonies of #A9EAF4
Complementary color
Monochromatic Colors of #A9EAF4
Black with #A9EAF4
Text Example
Text Example
White with #A9EAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAF4; }
p { color: rgb(169,234,244); }
H1.HeaderClassName
{
color: #A9EAF4;
}
.AnyTagClassName
{
color: #A9EAF4;
}
</style>
background-color css
<style>
a { background-color: #A9EAF4; }
a { background-color: rgb(169,234,244); }
div.DivClassName
{
background-color: #A9EAF4;
}
.BgClassName
{
background-color: #A9EAF4;
}
</style>
border-color css
<style>
span { border-color: #A9EAF4; }
span { border-color: rgb(169,234,244); }
td.TdClassName
{
border-color: #A9EAF4;
}
.TagClassName
{
border-color: #A9EAF4;
}
</style>