Shades of Blizzard Blue #A3E7F1
Tints of Blizzard Blue #A3E7F1
RGB
CMYK
RGB Variations
Color information
#A3E7F1 (or 0xA3E7F1) is known color: Blizzard Blue. HEX triplet: A3, E7 and F1. RGB value is (163,231,241). Sum of RGB (Red+Green+Blue) = 163+231+241=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3E7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E7F1 is #5C180E. Grayscale: #D3D3D3. Windows color (decimal): -6035471 or 15853475. OLE color: 15853475.
HSL color Cylindrical-coordinate representation of color #A3E7F1: hue angle of 187.69º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3E7F1 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 231 | 241 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.05 |
| HSL | 187.69º | 0.74% | 0.79% | - |
| HSV(B) | 187.69º | 0.32% | 0.95% | - |
| XYZ | 59.56 | 71.29 | 93.84 | - |
| YUV | 211.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 241 | 0.32 | 0.04 | 0 | 0.05 | 187.69 | 0.74 | 0.79 |
| Hex | A3 | E7 | F1 | 20 | 4 | 0 | 5 | BC | 4A | 4F |
| Octal | 243 | 347 | 361 | 40 | 4 | 0 | 5 | 274 | 112 | 117 |
| Binary | 10100011 | 11100111 | 11110001 | 100000 | 100 | 0 | 101 | 10111100 | 1001010 | 1001111 |
Color Harmonies of #A3E7F1
Complementary color
Monochromatic Colors of #A3E7F1
Black with #A3E7F1
Text Example
Text Example
White with #A3E7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7F1; }
p { color: rgb(163,231,241); }
H1.HeaderClassName
{
color: #A3E7F1;
}
.AnyTagClassName
{
color: #A3E7F1;
}
</style>
background-color css
<style>
a { background-color: #A3E7F1; }
a { background-color: rgb(163,231,241); }
div.DivClassName
{
background-color: #A3E7F1;
}
.BgClassName
{
background-color: #A3E7F1;
}
</style>
border-color css
<style>
span { border-color: #A3E7F1; }
span { border-color: rgb(163,231,241); }
td.TdClassName
{
border-color: #A3E7F1;
}
.TagClassName
{
border-color: #A3E7F1;
}
</style>