Shades of Blizzard Blue #A5ECF6
Tints of Blizzard Blue #A5ECF6
RGB
CMYK
RGB Variations
Color information
#A5ECF6 (or 0xA5ECF6) is known color: Blizzard Blue. HEX triplet: A5, EC and F6. RGB value is (165,236,246). Sum of RGB (Red+Green+Blue) = 165+236+246=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECF6 is #5A1309. Grayscale: #D7D7D7. Windows color (decimal): -5903114 or 16182437. OLE color: 16182437.
HSL color Cylindrical-coordinate representation of color #A5ECF6: hue angle of 187.41º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5ECF6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 236 | 246 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.04 |
| HSL | 187.41º | 0.82% | 0.81% | - |
| HSV(B) | 187.41º | 0.33% | 0.96% | - |
| XYZ | 62.15 | 74.64 | 98.32 | - |
| YUV | 215.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 246 | 0.33 | 0.04 | 0 | 0.04 | 187.41 | 0.82 | 0.81 |
| Hex | A5 | EC | F6 | 21 | 4 | 0 | 4 | BB | 52 | 51 |
| Octal | 245 | 354 | 366 | 41 | 4 | 0 | 4 | 273 | 122 | 121 |
| Binary | 10100101 | 11101100 | 11110110 | 100001 | 100 | 0 | 100 | 10111011 | 1010010 | 1010001 |
Color Harmonies of #A5ECF6
Complementary color
Monochromatic Colors of #A5ECF6
Black with #A5ECF6
Text Example
Text Example
White with #A5ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECF6; }
p { color: rgb(165,236,246); }
H1.HeaderClassName
{
color: #A5ECF6;
}
.AnyTagClassName
{
color: #A5ECF6;
}
</style>
background-color css
<style>
a { background-color: #A5ECF6; }
a { background-color: rgb(165,236,246); }
div.DivClassName
{
background-color: #A5ECF6;
}
.BgClassName
{
background-color: #A5ECF6;
}
</style>
border-color css
<style>
span { border-color: #A5ECF6; }
span { border-color: rgb(165,236,246); }
td.TdClassName
{
border-color: #A5ECF6;
}
.TagClassName
{
border-color: #A5ECF6;
}
</style>