Shades of Blizzard Blue #A8E4EA
Tints of Blizzard Blue #A8E4EA
RGB
CMYK
RGB Variations
Color information
#A8E4EA (or 0xA8E4EA) is known color: Blizzard Blue. HEX triplet: A8, E4 and EA. RGB value is (168,228,234). Sum of RGB (Red+Green+Blue) = 168+228+234=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8E4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E4EA is #571B15. Grayscale: #D2D2D2. Windows color (decimal): -5708566 or 15393960. OLE color: 15393960.
HSL color Cylindrical-coordinate representation of color #A8E4EA: hue angle of 185.45º 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 #A8E4EA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 228 | 234 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.08 |
| HSL | 185.45º | 0.61% | 0.79% | - |
| HSV(B) | 185.45º | 0.28% | 0.92% | - |
| XYZ | 58.74 | 69.75 | 88.21 | - |
| YUV | 210.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 234 | 0.28 | 0.03 | 0 | 0.08 | 185.45 | 0.61 | 0.79 |
| Hex | A8 | E4 | EA | 1C | 3 | 0 | 8 | B9 | 3D | 4F |
| Octal | 250 | 344 | 352 | 34 | 3 | 0 | 10 | 271 | 75 | 117 |
| Binary | 10101000 | 11100100 | 11101010 | 11100 | 11 | 0 | 1000 | 10111001 | 111101 | 1001111 |
Color Harmonies of #A8E4EA
Complementary color
Monochromatic Colors of #A8E4EA
Black with #A8E4EA
Text Example
Text Example
White with #A8E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4EA; }
p { color: rgb(168,228,234); }
H1.HeaderClassName
{
color: #A8E4EA;
}
.AnyTagClassName
{
color: #A8E4EA;
}
</style>
background-color css
<style>
a { background-color: #A8E4EA; }
a { background-color: rgb(168,228,234); }
div.DivClassName
{
background-color: #A8E4EA;
}
.BgClassName
{
background-color: #A8E4EA;
}
</style>
border-color css
<style>
span { border-color: #A8E4EA; }
span { border-color: rgb(168,228,234); }
td.TdClassName
{
border-color: #A8E4EA;
}
.TagClassName
{
border-color: #A8E4EA;
}
</style>