Shades of Blizzard Blue #A5E5E6
Tints of Blizzard Blue #A5E5E6
RGB
CMYK
RGB Variations
Color information
#A5E5E6 (or 0xA5E5E6) is known color: Blizzard Blue. HEX triplet: A5, E5 and E6. RGB value is (165,229,230). Sum of RGB (Red+Green+Blue) = 165+229+230=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5E5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E5E6 is #5A1A19. Grayscale: #D1D1D1. Windows color (decimal): -5904922 or 15132069. OLE color: 15132069.
HSL color Cylindrical-coordinate representation of color #A5E5E6: hue angle of 180.92º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E5E6 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 230 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.10 |
| HSL | 180.92º | 0.57% | 0.77% | - |
| HSV(B) | 180.92º | 0.28% | 0.9% | - |
| XYZ | 57.82 | 69.75 | 85.28 | - |
| YUV | 209.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 230 | 0.28 | 0.00 | 0 | 0.10 | 180.92 | 0.57 | 0.77 |
| Hex | A5 | E5 | E6 | 1C | 0 | 0 | A | B5 | 39 | 4D |
| Octal | 245 | 345 | 346 | 34 | 0 | 0 | 12 | 265 | 71 | 115 |
| Binary | 10100101 | 11100101 | 11100110 | 11100 | 0 | 0 | 1010 | 10110101 | 111001 | 1001101 |
Color Harmonies of #A5E5E6
Complementary color
Monochromatic Colors of #A5E5E6
Black with #A5E5E6
Text Example
Text Example
White with #A5E5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E5E6; }
p { color: rgb(165,229,230); }
H1.HeaderClassName
{
color: #A5E5E6;
}
.AnyTagClassName
{
color: #A5E5E6;
}
</style>
background-color css
<style>
a { background-color: #A5E5E6; }
a { background-color: rgb(165,229,230); }
div.DivClassName
{
background-color: #A5E5E6;
}
.BgClassName
{
background-color: #A5E5E6;
}
</style>
border-color css
<style>
span { border-color: #A5E5E6; }
span { border-color: rgb(165,229,230); }
td.TdClassName
{
border-color: #A5E5E6;
}
.TagClassName
{
border-color: #A5E5E6;
}
</style>