Shades of Blizzard Blue #A3E5EA
Tints of Blizzard Blue #A3E5EA
RGB
CMYK
RGB Variations
Color information
#A3E5EA (or 0xA3E5EA) is known color: Blizzard Blue. HEX triplet: A3, E5 and EA. RGB value is (163,229,234). Sum of RGB (Red+Green+Blue) = 163+229+234=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E5EA is #5C1A15. Grayscale: #D1D1D1. Windows color (decimal): -6035990 or 15394211. OLE color: 15394211.
HSL color Cylindrical-coordinate representation of color #A3E5EA: hue angle of 184.23º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E5EA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 229 | 234 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.08 |
| HSL | 184.23º | 0.63% | 0.78% | - |
| HSV(B) | 184.23º | 0.3% | 0.92% | - |
| XYZ | 57.97 | 69.77 | 88.25 | - |
| YUV | 209.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 234 | 0.30 | 0.02 | 0 | 0.08 | 184.23 | 0.63 | 0.78 |
| Hex | A3 | E5 | EA | 1E | 2 | 0 | 8 | B8 | 3F | 4E |
| Octal | 243 | 345 | 352 | 36 | 2 | 0 | 10 | 270 | 77 | 116 |
| Binary | 10100011 | 11100101 | 11101010 | 11110 | 10 | 0 | 1000 | 10111000 | 111111 | 1001110 |
Color Harmonies of #A3E5EA
Complementary color
Monochromatic Colors of #A3E5EA
Black with #A3E5EA
Text Example
Text Example
White with #A3E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5EA; }
p { color: rgb(163,229,234); }
H1.HeaderClassName
{
color: #A3E5EA;
}
.AnyTagClassName
{
color: #A3E5EA;
}
</style>
background-color css
<style>
a { background-color: #A3E5EA; }
a { background-color: rgb(163,229,234); }
div.DivClassName
{
background-color: #A3E5EA;
}
.BgClassName
{
background-color: #A3E5EA;
}
</style>
border-color css
<style>
span { border-color: #A3E5EA; }
span { border-color: rgb(163,229,234); }
td.TdClassName
{
border-color: #A3E5EA;
}
.TagClassName
{
border-color: #A3E5EA;
}
</style>