Shades of Blizzard Blue #A8E2EA
Tints of Blizzard Blue #A8E2EA
RGB
CMYK
RGB Variations
Color information
#A8E2EA (or 0xA8E2EA) is known color: Blizzard Blue. HEX triplet: A8, E2 and EA. RGB value is (168,226,234). Sum of RGB (Red+Green+Blue) = 168+226+234=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 226 (88.67% from 255 or 35.99% 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 #A8E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2EA is #571D15. Grayscale: #D1D1D1. Windows color (decimal): -5709078 or 15393448. OLE color: 15393448.
HSL color Cylindrical-coordinate representation of color #A8E2EA: hue angle of 187.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E2EA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 226 | 234 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.08 |
| HSL | 187.27º | 0.61% | 0.79% | - |
| HSV(B) | 187.27º | 0.28% | 0.92% | - |
| XYZ | 58.2 | 68.66 | 88.03 | - |
| YUV | 209.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 234 | 0.28 | 0.03 | 0 | 0.08 | 187.27 | 0.61 | 0.79 |
| Hex | A8 | E2 | EA | 1C | 3 | 0 | 8 | BB | 3D | 4F |
| Octal | 250 | 342 | 352 | 34 | 3 | 0 | 10 | 273 | 75 | 117 |
| Binary | 10101000 | 11100010 | 11101010 | 11100 | 11 | 0 | 1000 | 10111011 | 111101 | 1001111 |
Color Harmonies of #A8E2EA
Complementary color
Monochromatic Colors of #A8E2EA
Black with #A8E2EA
Text Example
Text Example
White with #A8E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2EA; }
p { color: rgb(168,226,234); }
H1.HeaderClassName
{
color: #A8E2EA;
}
.AnyTagClassName
{
color: #A8E2EA;
}
</style>
background-color css
<style>
a { background-color: #A8E2EA; }
a { background-color: rgb(168,226,234); }
div.DivClassName
{
background-color: #A8E2EA;
}
.BgClassName
{
background-color: #A8E2EA;
}
</style>
border-color css
<style>
span { border-color: #A8E2EA; }
span { border-color: rgb(168,226,234); }
td.TdClassName
{
border-color: #A8E2EA;
}
.TagClassName
{
border-color: #A8E2EA;
}
</style>