Shades of Blizzard Blue #A5E6EC
Tints of Blizzard Blue #A5E6EC
RGB
CMYK
RGB Variations
Color information
#A5E6EC (or 0xA5E6EC) is known color: Blizzard Blue. HEX triplet: A5, E6 and EC. RGB value is (165,230,236). Sum of RGB (Red+Green+Blue) = 165+230+236=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6EC is #5A1913. Grayscale: #D3D3D3. Windows color (decimal): -5904660 or 15525541. OLE color: 15525541.
HSL color Cylindrical-coordinate representation of color #A5E6EC: hue angle of 185.07º 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 #A5E6EC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 230 | 236 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.07 |
| HSL | 185.07º | 0.65% | 0.79% | - |
| HSV(B) | 185.07º | 0.3% | 0.93% | - |
| XYZ | 58.95 | 70.65 | 89.89 | - |
| YUV | 211.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 236 | 0.30 | 0.03 | 0 | 0.07 | 185.07 | 0.65 | 0.79 |
| Hex | A5 | E6 | EC | 1E | 3 | 0 | 7 | B9 | 41 | 4F |
| Octal | 245 | 346 | 354 | 36 | 3 | 0 | 7 | 271 | 101 | 117 |
| Binary | 10100101 | 11100110 | 11101100 | 11110 | 11 | 0 | 111 | 10111001 | 1000001 | 1001111 |
Color Harmonies of #A5E6EC
Complementary color
Monochromatic Colors of #A5E6EC
Black with #A5E6EC
Text Example
Text Example
White with #A5E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6EC; }
p { color: rgb(165,230,236); }
H1.HeaderClassName
{
color: #A5E6EC;
}
.AnyTagClassName
{
color: #A5E6EC;
}
</style>
background-color css
<style>
a { background-color: #A5E6EC; }
a { background-color: rgb(165,230,236); }
div.DivClassName
{
background-color: #A5E6EC;
}
.BgClassName
{
background-color: #A5E6EC;
}
</style>
border-color css
<style>
span { border-color: #A5E6EC; }
span { border-color: rgb(165,230,236); }
td.TdClassName
{
border-color: #A5E6EC;
}
.TagClassName
{
border-color: #A5E6EC;
}
</style>