Shades of Blizzard Blue #A3E7FA
Tints of Blizzard Blue #A3E7FA
RGB
CMYK
RGB Variations
Color information
#A3E7FA (or 0xA3E7FA) is known color: Blizzard Blue. HEX triplet: A3, E7 and FA. RGB value is (163,231,250). Sum of RGB (Red+Green+Blue) = 163+231+250=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E7FA is #5C1805. Grayscale: #D4D4D4. Windows color (decimal): -6035462 or 16443299. OLE color: 16443299.
HSL color Cylindrical-coordinate representation of color #A3E7FA: hue angle of 193.1º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3E7FA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 231 | 250 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.02 |
| HSL | 193.1º | 0.9% | 0.81% | - |
| HSV(B) | 193.1º | 0.35% | 0.98% | - |
| XYZ | 60.94 | 71.84 | 101.1 | - |
| YUV | 212.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 250 | 0.35 | 0.08 | 0 | 0.02 | 193.1 | 0.9 | 0.81 |
| Hex | A3 | E7 | FA | 23 | 8 | 0 | 2 | C1 | 5A | 51 |
| Octal | 243 | 347 | 372 | 43 | 10 | 0 | 2 | 301 | 132 | 121 |
| Binary | 10100011 | 11100111 | 11111010 | 100011 | 1000 | 0 | 10 | 11000001 | 1011010 | 1010001 |
Color Harmonies of #A3E7FA
Complementary color
Monochromatic Colors of #A3E7FA
Black with #A3E7FA
Text Example
Text Example
White with #A3E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7FA; }
p { color: rgb(163,231,250); }
H1.HeaderClassName
{
color: #A3E7FA;
}
.AnyTagClassName
{
color: #A3E7FA;
}
</style>
background-color css
<style>
a { background-color: #A3E7FA; }
a { background-color: rgb(163,231,250); }
div.DivClassName
{
background-color: #A3E7FA;
}
.BgClassName
{
background-color: #A3E7FA;
}
</style>
border-color css
<style>
span { border-color: #A3E7FA; }
span { border-color: rgb(163,231,250); }
td.TdClassName
{
border-color: #A3E7FA;
}
.TagClassName
{
border-color: #A3E7FA;
}
</style>