Shades of Blizzard Blue #A5E8EB
Tints of Blizzard Blue #A5E8EB
RGB
CMYK
RGB Variations
Color information
#A5E8EB (or 0xA5E8EB) is known color: Blizzard Blue. HEX triplet: A5, E8 and EB. RGB value is (165,232,235). Sum of RGB (Red+Green+Blue) = 165+232+235=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E8EB is #5A1714. Grayscale: #D4D4D4. Windows color (decimal): -5904149 or 15460517. OLE color: 15460517.
HSL color Cylindrical-coordinate representation of color #A5E8EB: hue angle of 182.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E8EB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 232 | 235 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.08 |
| HSL | 182.57º | 0.64% | 0.78% | - |
| HSV(B) | 182.57º | 0.3% | 0.92% | - |
| XYZ | 59.37 | 71.71 | 89.31 | - |
| YUV | 212.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 235 | 0.30 | 0.01 | 0 | 0.08 | 182.57 | 0.64 | 0.78 |
| Hex | A5 | E8 | EB | 1E | 1 | 0 | 8 | B7 | 40 | 4E |
| Octal | 245 | 350 | 353 | 36 | 1 | 0 | 10 | 267 | 100 | 116 |
| Binary | 10100101 | 11101000 | 11101011 | 11110 | 1 | 0 | 1000 | 10110111 | 1000000 | 1001110 |
Color Harmonies of #A5E8EB
Complementary color
Monochromatic Colors of #A5E8EB
Black with #A5E8EB
Text Example
Text Example
White with #A5E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8EB; }
p { color: rgb(165,232,235); }
H1.HeaderClassName
{
color: #A5E8EB;
}
.AnyTagClassName
{
color: #A5E8EB;
}
</style>
background-color css
<style>
a { background-color: #A5E8EB; }
a { background-color: rgb(165,232,235); }
div.DivClassName
{
background-color: #A5E8EB;
}
.BgClassName
{
background-color: #A5E8EB;
}
</style>
border-color css
<style>
span { border-color: #A5E8EB; }
span { border-color: rgb(165,232,235); }
td.TdClassName
{
border-color: #A5E8EB;
}
.TagClassName
{
border-color: #A5E8EB;
}
</style>