Shades of Blizzard Blue #A3E7F3
Tints of Blizzard Blue #A3E7F3
RGB
CMYK
RGB Variations
Color information
#A3E7F3 (or 0xA3E7F3) is known color: Blizzard Blue. HEX triplet: A3, E7 and F3. RGB value is (163,231,243). Sum of RGB (Red+Green+Blue) = 163+231+243=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #A3E7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E7F3 is #5C180C. Grayscale: #D3D3D3. Windows color (decimal): -6035469 or 15984547. OLE color: 15984547.
HSL color Cylindrical-coordinate representation of color #A3E7F3: hue angle of 189º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3E7F3 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 231 | 243 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.05 |
| HSL | 189º | 0.77% | 0.8% | - |
| HSV(B) | 189º | 0.33% | 0.95% | - |
| XYZ | 59.86 | 71.41 | 95.42 | - |
| YUV | 212.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 243 | 0.33 | 0.05 | 0 | 0.05 | 189 | 0.77 | 0.8 |
| Hex | A3 | E7 | F3 | 21 | 5 | 0 | 5 | BD | 4D | 50 |
| Octal | 243 | 347 | 363 | 41 | 5 | 0 | 5 | 275 | 115 | 120 |
| Binary | 10100011 | 11100111 | 11110011 | 100001 | 101 | 0 | 101 | 10111101 | 1001101 | 1010000 |
Color Harmonies of #A3E7F3
Complementary color
Monochromatic Colors of #A3E7F3
Black with #A3E7F3
Text Example
Text Example
White with #A3E7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7F3; }
p { color: rgb(163,231,243); }
H1.HeaderClassName
{
color: #A3E7F3;
}
.AnyTagClassName
{
color: #A3E7F3;
}
</style>
background-color css
<style>
a { background-color: #A3E7F3; }
a { background-color: rgb(163,231,243); }
div.DivClassName
{
background-color: #A3E7F3;
}
.BgClassName
{
background-color: #A3E7F3;
}
</style>
border-color css
<style>
span { border-color: #A3E7F3; }
span { border-color: rgb(163,231,243); }
td.TdClassName
{
border-color: #A3E7F3;
}
.TagClassName
{
border-color: #A3E7F3;
}
</style>