Shades of Blizzard Blue #A5E4EC
Tints of Blizzard Blue #A5E4EC
RGB
CMYK
RGB Variations
Color information
#A5E4EC (or 0xA5E4EC) is known color: Blizzard Blue. HEX triplet: A5, E4 and EC. RGB value is (165,228,236). Sum of RGB (Red+Green+Blue) = 165+228+236=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E4EC is #5A1B13. Grayscale: #D1D1D1. Windows color (decimal): -5905172 or 15525029. OLE color: 15525029.
HSL color Cylindrical-coordinate representation of color #A5E4EC: hue angle of 186.76º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E4EC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 228 | 236 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.07 |
| HSL | 186.76º | 0.65% | 0.79% | - |
| HSV(B) | 186.76º | 0.3% | 0.93% | - |
| XYZ | 58.4 | 69.54 | 89.7 | - |
| YUV | 210.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 236 | 0.30 | 0.03 | 0 | 0.07 | 186.76 | 0.65 | 0.79 |
| Hex | A5 | E4 | EC | 1E | 3 | 0 | 7 | BB | 41 | 4F |
| Octal | 245 | 344 | 354 | 36 | 3 | 0 | 7 | 273 | 101 | 117 |
| Binary | 10100101 | 11100100 | 11101100 | 11110 | 11 | 0 | 111 | 10111011 | 1000001 | 1001111 |
Color Harmonies of #A5E4EC
Complementary color
Monochromatic Colors of #A5E4EC
Black with #A5E4EC
Text Example
Text Example
White with #A5E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E4EC; }
p { color: rgb(165,228,236); }
H1.HeaderClassName
{
color: #A5E4EC;
}
.AnyTagClassName
{
color: #A5E4EC;
}
</style>
background-color css
<style>
a { background-color: #A5E4EC; }
a { background-color: rgb(165,228,236); }
div.DivClassName
{
background-color: #A5E4EC;
}
.BgClassName
{
background-color: #A5E4EC;
}
</style>
border-color css
<style>
span { border-color: #A5E4EC; }
span { border-color: rgb(165,228,236); }
td.TdClassName
{
border-color: #A5E4EC;
}
.TagClassName
{
border-color: #A5E4EC;
}
</style>