Shades of Blizzard Blue #A8E1EA
Tints of Blizzard Blue #A8E1EA
RGB
CMYK
RGB Variations
Color information
#A8E1EA (or 0xA8E1EA) is known color: Blizzard Blue. HEX triplet: A8, E1 and EA. RGB value is (168,225,234). Sum of RGB (Red+Green+Blue) = 168+225+234=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8E1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1EA is #571E15. Grayscale: #D0D0D0. Windows color (decimal): -5709334 or 15393192. OLE color: 15393192.
HSL color Cylindrical-coordinate representation of color #A8E1EA: hue angle of 188.18º 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 #A8E1EA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 225 | 234 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.08 |
| HSL | 188.18º | 0.61% | 0.79% | - |
| HSV(B) | 188.18º | 0.28% | 0.92% | - |
| XYZ | 57.92 | 68.12 | 87.94 | - |
| YUV | 208.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 234 | 0.28 | 0.04 | 0 | 0.08 | 188.18 | 0.61 | 0.79 |
| Hex | A8 | E1 | EA | 1C | 4 | 0 | 8 | BC | 3D | 4F |
| Octal | 250 | 341 | 352 | 34 | 4 | 0 | 10 | 274 | 75 | 117 |
| Binary | 10101000 | 11100001 | 11101010 | 11100 | 100 | 0 | 1000 | 10111100 | 111101 | 1001111 |
Color Harmonies of #A8E1EA
Complementary color
Monochromatic Colors of #A8E1EA
Black with #A8E1EA
Text Example
Text Example
White with #A8E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1EA; }
p { color: rgb(168,225,234); }
H1.HeaderClassName
{
color: #A8E1EA;
}
.AnyTagClassName
{
color: #A8E1EA;
}
</style>
background-color css
<style>
a { background-color: #A8E1EA; }
a { background-color: rgb(168,225,234); }
div.DivClassName
{
background-color: #A8E1EA;
}
.BgClassName
{
background-color: #A8E1EA;
}
</style>
border-color css
<style>
span { border-color: #A8E1EA; }
span { border-color: rgb(168,225,234); }
td.TdClassName
{
border-color: #A8E1EA;
}
.TagClassName
{
border-color: #A8E1EA;
}
</style>