Shades of Blizzard Blue #A5E5EF
Tints of Blizzard Blue #A5E5EF
RGB
CMYK
RGB Variations
Color information
#A5E5EF (or 0xA5E5EF) is known color: Blizzard Blue. HEX triplet: A5, E5 and EF. RGB value is (165,229,239). Sum of RGB (Red+Green+Blue) = 165+229+239=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E5EF is #5A1A10. Grayscale: #D2D2D2. Windows color (decimal): -5904913 or 15721893. OLE color: 15721893.
HSL color Cylindrical-coordinate representation of color #A5E5EF: hue angle of 188.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5E5EF is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 229 | 239 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.06 |
| HSL | 188.11º | 0.7% | 0.79% | - |
| HSV(B) | 188.11º | 0.31% | 0.94% | - |
| XYZ | 59.12 | 70.27 | 92.11 | - |
| YUV | 211 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 239 | 0.31 | 0.04 | 0 | 0.06 | 188.11 | 0.7 | 0.79 |
| Hex | A5 | E5 | EF | 1F | 4 | 0 | 6 | BC | 46 | 4F |
| Octal | 245 | 345 | 357 | 37 | 4 | 0 | 6 | 274 | 106 | 117 |
| Binary | 10100101 | 11100101 | 11101111 | 11111 | 100 | 0 | 110 | 10111100 | 1000110 | 1001111 |
Color Harmonies of #A5E5EF
Complementary color
Monochromatic Colors of #A5E5EF
Black with #A5E5EF
Text Example
Text Example
White with #A5E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E5EF; }
p { color: rgb(165,229,239); }
H1.HeaderClassName
{
color: #A5E5EF;
}
.AnyTagClassName
{
color: #A5E5EF;
}
</style>
background-color css
<style>
a { background-color: #A5E5EF; }
a { background-color: rgb(165,229,239); }
div.DivClassName
{
background-color: #A5E5EF;
}
.BgClassName
{
background-color: #A5E5EF;
}
</style>
border-color css
<style>
span { border-color: #A5E5EF; }
span { border-color: rgb(165,229,239); }
td.TdClassName
{
border-color: #A5E5EF;
}
.TagClassName
{
border-color: #A5E5EF;
}
</style>