Shades of Blizzard Blue #A3E5EC
Tints of Blizzard Blue #A3E5EC
RGB
CMYK
RGB Variations
Color information
#A3E5EC (or 0xA3E5EC) is known color: Blizzard Blue. HEX triplet: A3, E5 and EC. RGB value is (163,229,236). Sum of RGB (Red+Green+Blue) = 163+229+236=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E5EC is #5C1A13. Grayscale: #D1D1D1. Windows color (decimal): -6035988 or 15525283. OLE color: 15525283.
HSL color Cylindrical-coordinate representation of color #A3E5EC: hue angle of 185.75º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3E5EC is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 229 | 236 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.07 |
| HSL | 185.75º | 0.66% | 0.78% | - |
| HSV(B) | 185.75º | 0.31% | 0.93% | - |
| XYZ | 58.26 | 69.88 | 89.77 | - |
| YUV | 210.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 236 | 0.31 | 0.03 | 0 | 0.07 | 185.75 | 0.66 | 0.78 |
| Hex | A3 | E5 | EC | 1F | 3 | 0 | 7 | BA | 42 | 4E |
| Octal | 243 | 345 | 354 | 37 | 3 | 0 | 7 | 272 | 102 | 116 |
| Binary | 10100011 | 11100101 | 11101100 | 11111 | 11 | 0 | 111 | 10111010 | 1000010 | 1001110 |
Color Harmonies of #A3E5EC
Complementary color
Monochromatic Colors of #A3E5EC
Black with #A3E5EC
Text Example
Text Example
White with #A3E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5EC; }
p { color: rgb(163,229,236); }
H1.HeaderClassName
{
color: #A3E5EC;
}
.AnyTagClassName
{
color: #A3E5EC;
}
</style>
background-color css
<style>
a { background-color: #A3E5EC; }
a { background-color: rgb(163,229,236); }
div.DivClassName
{
background-color: #A3E5EC;
}
.BgClassName
{
background-color: #A3E5EC;
}
</style>
border-color css
<style>
span { border-color: #A3E5EC; }
span { border-color: rgb(163,229,236); }
td.TdClassName
{
border-color: #A3E5EC;
}
.TagClassName
{
border-color: #A3E5EC;
}
</style>