Shades of Blizzard Blue #A3E3E7
Tints of Blizzard Blue #A3E3E7
RGB
CMYK
RGB Variations
Color information
#A3E3E7 (or 0xA3E3E7) is known color: Blizzard Blue. HEX triplet: A3, E3 and E7. RGB value is (163,227,231). Sum of RGB (Red+Green+Blue) = 163+227+231=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3E3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E3E7 is #5C1C18. Grayscale: #D0D0D0. Windows color (decimal): -6036505 or 15197091. OLE color: 15197091.
HSL color Cylindrical-coordinate representation of color #A3E3E7: hue angle of 183.53º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E3E7 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 227 | 231 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.09 |
| HSL | 183.53º | 0.59% | 0.77% | - |
| HSV(B) | 183.53º | 0.29% | 0.91% | - |
| XYZ | 57 | 68.49 | 85.82 | - |
| YUV | 208.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 231 | 0.29 | 0.02 | 0 | 0.09 | 183.53 | 0.59 | 0.77 |
| Hex | A3 | E3 | E7 | 1D | 2 | 0 | 9 | B8 | 3B | 4D |
| Octal | 243 | 343 | 347 | 35 | 2 | 0 | 11 | 270 | 73 | 115 |
| Binary | 10100011 | 11100011 | 11100111 | 11101 | 10 | 0 | 1001 | 10111000 | 111011 | 1001101 |
Color Harmonies of #A3E3E7
Complementary color
Monochromatic Colors of #A3E3E7
Black with #A3E3E7
Text Example
Text Example
White with #A3E3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E3E7; }
p { color: rgb(163,227,231); }
H1.HeaderClassName
{
color: #A3E3E7;
}
.AnyTagClassName
{
color: #A3E3E7;
}
</style>
background-color css
<style>
a { background-color: #A3E3E7; }
a { background-color: rgb(163,227,231); }
div.DivClassName
{
background-color: #A3E3E7;
}
.BgClassName
{
background-color: #A3E3E7;
}
</style>
border-color css
<style>
span { border-color: #A3E3E7; }
span { border-color: rgb(163,227,231); }
td.TdClassName
{
border-color: #A3E3E7;
}
.TagClassName
{
border-color: #A3E3E7;
}
</style>