Shades of Blizzard Blue #A8E7EA
Tints of Blizzard Blue #A8E7EA
RGB
CMYK
RGB Variations
Color information
#A8E7EA (or 0xA8E7EA) is known color: Blizzard Blue. HEX triplet: A8, E7 and EA. RGB value is (168,231,234). Sum of RGB (Red+Green+Blue) = 168+231+234=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8E7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E7EA is #571815. Grayscale: #D4D4D4. Windows color (decimal): -5707798 or 15394728. OLE color: 15394728.
HSL color Cylindrical-coordinate representation of color #A8E7EA: hue angle of 182.73º 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 #A8E7EA is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 231 | 234 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.08 |
| HSL | 182.73º | 0.61% | 0.79% | - |
| HSV(B) | 182.73º | 0.28% | 0.92% | - |
| XYZ | 59.58 | 71.42 | 88.49 | - |
| YUV | 212.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 234 | 0.28 | 0.01 | 0 | 0.08 | 182.73 | 0.61 | 0.79 |
| Hex | A8 | E7 | EA | 1C | 1 | 0 | 8 | B7 | 3D | 4F |
| Octal | 250 | 347 | 352 | 34 | 1 | 0 | 10 | 267 | 75 | 117 |
| Binary | 10101000 | 11100111 | 11101010 | 11100 | 1 | 0 | 1000 | 10110111 | 111101 | 1001111 |
Color Harmonies of #A8E7EA
Complementary color
Monochromatic Colors of #A8E7EA
Black with #A8E7EA
Text Example
Text Example
White with #A8E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7EA; }
p { color: rgb(168,231,234); }
H1.HeaderClassName
{
color: #A8E7EA;
}
.AnyTagClassName
{
color: #A8E7EA;
}
</style>
background-color css
<style>
a { background-color: #A8E7EA; }
a { background-color: rgb(168,231,234); }
div.DivClassName
{
background-color: #A8E7EA;
}
.BgClassName
{
background-color: #A8E7EA;
}
</style>
border-color css
<style>
span { border-color: #A8E7EA; }
span { border-color: rgb(168,231,234); }
td.TdClassName
{
border-color: #A8E7EA;
}
.TagClassName
{
border-color: #A8E7EA;
}
</style>