Shades of Blizzard Blue #A9E4F7
Tints of Blizzard Blue #A9E4F7
RGB
CMYK
RGB Variations
Color information
#A9E4F7 (or 0xA9E4F7) is known color: Blizzard Blue. HEX triplet: A9, E4 and F7. RGB value is (169,228,247). Sum of RGB (Red+Green+Blue) = 169+228+247=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #A9E4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E4F7 is #561B08. Grayscale: #D4D4D4. Windows color (decimal): -5643017 or 16245929. OLE color: 16245929.
HSL color Cylindrical-coordinate representation of color #A9E4F7: hue angle of 194.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9E4F7 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 228 | 247 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.03 |
| HSL | 194.62º | 0.83% | 0.82% | - |
| HSV(B) | 194.62º | 0.32% | 0.97% | - |
| XYZ | 60.89 | 70.64 | 98.42 | - |
| YUV | 212.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 228 | 247 | 0.32 | 0.08 | 0 | 0.03 | 194.62 | 0.83 | 0.82 |
| Hex | A9 | E4 | F7 | 20 | 8 | 0 | 3 | C3 | 53 | 52 |
| Octal | 251 | 344 | 367 | 40 | 10 | 0 | 3 | 303 | 123 | 122 |
| Binary | 10101001 | 11100100 | 11110111 | 100000 | 1000 | 0 | 11 | 11000011 | 1010011 | 1010010 |
Color Harmonies of #A9E4F7
Complementary color
Monochromatic Colors of #A9E4F7
Black with #A9E4F7
Text Example
Text Example
White with #A9E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E4F7; }
p { color: rgb(169,228,247); }
H1.HeaderClassName
{
color: #A9E4F7;
}
.AnyTagClassName
{
color: #A9E4F7;
}
</style>
background-color css
<style>
a { background-color: #A9E4F7; }
a { background-color: rgb(169,228,247); }
div.DivClassName
{
background-color: #A9E4F7;
}
.BgClassName
{
background-color: #A9E4F7;
}
</style>
border-color css
<style>
span { border-color: #A9E4F7; }
span { border-color: rgb(169,228,247); }
td.TdClassName
{
border-color: #A9E4F7;
}
.TagClassName
{
border-color: #A9E4F7;
}
</style>