Shades of Blizzard Blue #A8E0EA
Tints of Blizzard Blue #A8E0EA
RGB
CMYK
RGB Variations
Color information
#A8E0EA (or 0xA8E0EA) is known color: Blizzard Blue. HEX triplet: A8, E0 and EA. RGB value is (168,224,234). Sum of RGB (Red+Green+Blue) = 168+224+234=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E0EA is #571F15. Grayscale: #D0D0D0. Windows color (decimal): -5709590 or 15392936. OLE color: 15392936.
HSL color Cylindrical-coordinate representation of color #A8E0EA: hue angle of 189.09º 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 #A8E0EA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 224 | 234 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.08 |
| HSL | 189.09º | 0.61% | 0.79% | - |
| HSV(B) | 189.09º | 0.28% | 0.92% | - |
| XYZ | 57.66 | 67.58 | 87.85 | - |
| YUV | 208.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 234 | 0.28 | 0.04 | 0 | 0.08 | 189.09 | 0.61 | 0.79 |
| Hex | A8 | E0 | EA | 1C | 4 | 0 | 8 | BD | 3D | 4F |
| Octal | 250 | 340 | 352 | 34 | 4 | 0 | 10 | 275 | 75 | 117 |
| Binary | 10101000 | 11100000 | 11101010 | 11100 | 100 | 0 | 1000 | 10111101 | 111101 | 1001111 |
Color Harmonies of #A8E0EA
Complementary color
Monochromatic Colors of #A8E0EA
Black with #A8E0EA
Text Example
Text Example
White with #A8E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0EA; }
p { color: rgb(168,224,234); }
H1.HeaderClassName
{
color: #A8E0EA;
}
.AnyTagClassName
{
color: #A8E0EA;
}
</style>
background-color css
<style>
a { background-color: #A8E0EA; }
a { background-color: rgb(168,224,234); }
div.DivClassName
{
background-color: #A8E0EA;
}
.BgClassName
{
background-color: #A8E0EA;
}
</style>
border-color css
<style>
span { border-color: #A8E0EA; }
span { border-color: rgb(168,224,234); }
td.TdClassName
{
border-color: #A8E0EA;
}
.TagClassName
{
border-color: #A8E0EA;
}
</style>