Shades of Blizzard Blue #A8E2EC
Tints of Blizzard Blue #A8E2EC
RGB
CMYK
RGB Variations
Color information
#A8E2EC (or 0xA8E2EC) is known color: Blizzard Blue. HEX triplet: A8, E2 and EC. RGB value is (168,226,236). Sum of RGB (Red+Green+Blue) = 168+226+236=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2EC is #571D13. Grayscale: #D1D1D1. Windows color (decimal): -5709076 or 15524520. OLE color: 15524520.
HSL color Cylindrical-coordinate representation of color #A8E2EC: hue angle of 188.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E2EC is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 226 | 236 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.07 |
| HSL | 188.82º | 0.64% | 0.79% | - |
| HSV(B) | 188.82º | 0.29% | 0.93% | - |
| XYZ | 58.49 | 68.77 | 89.55 | - |
| YUV | 209.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 236 | 0.29 | 0.04 | 0 | 0.07 | 188.82 | 0.64 | 0.79 |
| Hex | A8 | E2 | EC | 1D | 4 | 0 | 7 | BD | 40 | 4F |
| Octal | 250 | 342 | 354 | 35 | 4 | 0 | 7 | 275 | 100 | 117 |
| Binary | 10101000 | 11100010 | 11101100 | 11101 | 100 | 0 | 111 | 10111101 | 1000000 | 1001111 |
Color Harmonies of #A8E2EC
Complementary color
Monochromatic Colors of #A8E2EC
Black with #A8E2EC
Text Example
Text Example
White with #A8E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2EC; }
p { color: rgb(168,226,236); }
H1.HeaderClassName
{
color: #A8E2EC;
}
.AnyTagClassName
{
color: #A8E2EC;
}
</style>
background-color css
<style>
a { background-color: #A8E2EC; }
a { background-color: rgb(168,226,236); }
div.DivClassName
{
background-color: #A8E2EC;
}
.BgClassName
{
background-color: #A8E2EC;
}
</style>
border-color css
<style>
span { border-color: #A8E2EC; }
span { border-color: rgb(168,226,236); }
td.TdClassName
{
border-color: #A8E2EC;
}
.TagClassName
{
border-color: #A8E2EC;
}
</style>