Shades of Blizzard Blue #A5E5EA
Tints of Blizzard Blue #A5E5EA
RGB
CMYK
RGB Variations
Color information
#A5E5EA (or 0xA5E5EA) is known color: Blizzard Blue. HEX triplet: A5, E5 and EA. RGB value is (165,229,234). Sum of RGB (Red+Green+Blue) = 165+229+234=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E5EA is #5A1A15. Grayscale: #D2D2D2. Windows color (decimal): -5904918 or 15394213. OLE color: 15394213.
HSL color Cylindrical-coordinate representation of color #A5E5EA: hue angle of 184.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E5EA is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 229 | 234 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.08 |
| HSL | 184.35º | 0.62% | 0.78% | - |
| HSV(B) | 184.35º | 0.29% | 0.92% | - |
| XYZ | 58.39 | 69.98 | 88.27 | - |
| YUV | 210.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 234 | 0.29 | 0.02 | 0 | 0.08 | 184.35 | 0.62 | 0.78 |
| Hex | A5 | E5 | EA | 1D | 2 | 0 | 8 | B8 | 3E | 4E |
| Octal | 245 | 345 | 352 | 35 | 2 | 0 | 10 | 270 | 76 | 116 |
| Binary | 10100101 | 11100101 | 11101010 | 11101 | 10 | 0 | 1000 | 10111000 | 111110 | 1001110 |
Color Harmonies of #A5E5EA
Complementary color
Monochromatic Colors of #A5E5EA
Black with #A5E5EA
Text Example
Text Example
White with #A5E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E5EA; }
p { color: rgb(165,229,234); }
H1.HeaderClassName
{
color: #A5E5EA;
}
.AnyTagClassName
{
color: #A5E5EA;
}
</style>
background-color css
<style>
a { background-color: #A5E5EA; }
a { background-color: rgb(165,229,234); }
div.DivClassName
{
background-color: #A5E5EA;
}
.BgClassName
{
background-color: #A5E5EA;
}
</style>
border-color css
<style>
span { border-color: #A5E5EA; }
span { border-color: rgb(165,229,234); }
td.TdClassName
{
border-color: #A5E5EA;
}
.TagClassName
{
border-color: #A5E5EA;
}
</style>