Shades of Blizzard Blue #A4E9FA
Tints of Blizzard Blue #A4E9FA
RGB
CMYK
RGB Variations
Color information
#A4E9FA (or 0xA4E9FA) is known color: Blizzard Blue. HEX triplet: A4, E9 and FA. RGB value is (164,233,250). Sum of RGB (Red+Green+Blue) = 164+233+250=647 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.35% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E9FA is #5B1605. Grayscale: #D6D6D6. Windows color (decimal): -5969414 or 16443812. OLE color: 16443812.
HSL color Cylindrical-coordinate representation of color #A4E9FA: hue angle of 191.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4E9FA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 233 | 250 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.02 |
| HSL | 191.86º | 0.9% | 0.81% | - |
| HSV(B) | 191.86º | 0.34% | 0.98% | - |
| XYZ | 61.7 | 73.07 | 101.29 | - |
| YUV | 214.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 250 | 0.34 | 0.07 | 0 | 0.02 | 191.86 | 0.9 | 0.81 |
| Hex | A4 | E9 | FA | 22 | 7 | 0 | 2 | C0 | 5A | 51 |
| Octal | 244 | 351 | 372 | 42 | 7 | 0 | 2 | 300 | 132 | 121 |
| Binary | 10100100 | 11101001 | 11111010 | 100010 | 111 | 0 | 10 | 11000000 | 1011010 | 1010001 |
Color Harmonies of #A4E9FA
Complementary color
Monochromatic Colors of #A4E9FA
Black with #A4E9FA
Text Example
Text Example
White with #A4E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E9FA; }
p { color: rgb(164,233,250); }
H1.HeaderClassName
{
color: #A4E9FA;
}
.AnyTagClassName
{
color: #A4E9FA;
}
</style>
background-color css
<style>
a { background-color: #A4E9FA; }
a { background-color: rgb(164,233,250); }
div.DivClassName
{
background-color: #A4E9FA;
}
.BgClassName
{
background-color: #A4E9FA;
}
</style>
border-color css
<style>
span { border-color: #A4E9FA; }
span { border-color: rgb(164,233,250); }
td.TdClassName
{
border-color: #A4E9FA;
}
.TagClassName
{
border-color: #A4E9FA;
}
</style>