Shades of Blizzard Blue #A5ECF5
Tints of Blizzard Blue #A5ECF5
RGB
CMYK
RGB Variations
Color information
#A5ECF5 (or 0xA5ECF5) is known color: Blizzard Blue. HEX triplet: A5, EC and F5. RGB value is (165,236,245). Sum of RGB (Red+Green+Blue) = 165+236+245=646 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.54% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #A5ECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECF5 is #5A130A. Grayscale: #D7D7D7. Windows color (decimal): -5903115 or 16116901. OLE color: 16116901.
HSL color Cylindrical-coordinate representation of color #A5ECF5: hue angle of 186.75º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5ECF5 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 236 | 245 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.04 |
| HSL | 186.75º | 0.8% | 0.8% | - |
| HSV(B) | 186.75º | 0.33% | 0.96% | - |
| XYZ | 61.99 | 74.58 | 97.51 | - |
| YUV | 215.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 245 | 0.33 | 0.04 | 0 | 0.04 | 186.75 | 0.8 | 0.8 |
| Hex | A5 | EC | F5 | 21 | 4 | 0 | 4 | BB | 50 | 50 |
| Octal | 245 | 354 | 365 | 41 | 4 | 0 | 4 | 273 | 120 | 120 |
| Binary | 10100101 | 11101100 | 11110101 | 100001 | 100 | 0 | 100 | 10111011 | 1010000 | 1010000 |
Color Harmonies of #A5ECF5
Complementary color
Monochromatic Colors of #A5ECF5
Black with #A5ECF5
Text Example
Text Example
White with #A5ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECF5; }
p { color: rgb(165,236,245); }
H1.HeaderClassName
{
color: #A5ECF5;
}
.AnyTagClassName
{
color: #A5ECF5;
}
</style>
background-color css
<style>
a { background-color: #A5ECF5; }
a { background-color: rgb(165,236,245); }
div.DivClassName
{
background-color: #A5ECF5;
}
.BgClassName
{
background-color: #A5ECF5;
}
</style>
border-color css
<style>
span { border-color: #A5ECF5; }
span { border-color: rgb(165,236,245); }
td.TdClassName
{
border-color: #A5ECF5;
}
.TagClassName
{
border-color: #A5ECF5;
}
</style>