Shades of Blizzard Blue #A4E8FA
Tints of Blizzard Blue #A4E8FA
RGB
CMYK
RGB Variations
Color information
#A4E8FA (or 0xA4E8FA) is known color: Blizzard Blue. HEX triplet: A4, E8 and FA. RGB value is (164,232,250). Sum of RGB (Red+Green+Blue) = 164+232+250=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E8FA is #5B1705. Grayscale: #D5D5D5. Windows color (decimal): -5969670 or 16443556. OLE color: 16443556.
HSL color Cylindrical-coordinate representation of color #A4E8FA: hue angle of 192.56º 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 #A4E8FA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 232 | 250 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.02 |
| HSL | 192.56º | 0.9% | 0.81% | - |
| HSV(B) | 192.56º | 0.34% | 0.98% | - |
| XYZ | 61.42 | 72.51 | 101.2 | - |
| YUV | 213.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 250 | 0.34 | 0.07 | 0 | 0.02 | 192.56 | 0.9 | 0.81 |
| Hex | A4 | E8 | FA | 22 | 7 | 0 | 2 | C1 | 5A | 51 |
| Octal | 244 | 350 | 372 | 42 | 7 | 0 | 2 | 301 | 132 | 121 |
| Binary | 10100100 | 11101000 | 11111010 | 100010 | 111 | 0 | 10 | 11000001 | 1011010 | 1010001 |
Color Harmonies of #A4E8FA
Complementary color
Monochromatic Colors of #A4E8FA
Black with #A4E8FA
Text Example
Text Example
White with #A4E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8FA; }
p { color: rgb(164,232,250); }
H1.HeaderClassName
{
color: #A4E8FA;
}
.AnyTagClassName
{
color: #A4E8FA;
}
</style>
background-color css
<style>
a { background-color: #A4E8FA; }
a { background-color: rgb(164,232,250); }
div.DivClassName
{
background-color: #A4E8FA;
}
.BgClassName
{
background-color: #A4E8FA;
}
</style>
border-color css
<style>
span { border-color: #A4E8FA; }
span { border-color: rgb(164,232,250); }
td.TdClassName
{
border-color: #A4E8FA;
}
.TagClassName
{
border-color: #A4E8FA;
}
</style>