Shades of Blizzard Blue #A8E1EF
Tints of Blizzard Blue #A8E1EF
RGB
CMYK
RGB Variations
Color information
#A8E1EF (or 0xA8E1EF) is known color: Blizzard Blue. HEX triplet: A8, E1 and EF. RGB value is (168,225,239). Sum of RGB (Red+Green+Blue) = 168+225+239=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1EF is #571E10. Grayscale: #D1D1D1. Windows color (decimal): -5709329 or 15720872. OLE color: 15720872.
HSL color Cylindrical-coordinate representation of color #A8E1EF: hue angle of 191.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8E1EF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 225 | 239 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.06 |
| HSL | 191.83º | 0.69% | 0.8% | - |
| HSV(B) | 191.83º | 0.3% | 0.94% | - |
| XYZ | 58.65 | 68.41 | 91.77 | - |
| YUV | 209.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 239 | 0.30 | 0.06 | 0 | 0.06 | 191.83 | 0.69 | 0.8 |
| Hex | A8 | E1 | EF | 1E | 6 | 0 | 6 | C0 | 45 | 50 |
| Octal | 250 | 341 | 357 | 36 | 6 | 0 | 6 | 300 | 105 | 120 |
| Binary | 10101000 | 11100001 | 11101111 | 11110 | 110 | 0 | 110 | 11000000 | 1000101 | 1010000 |
Color Harmonies of #A8E1EF
Complementary color
Monochromatic Colors of #A8E1EF
Black with #A8E1EF
Text Example
Text Example
White with #A8E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1EF; }
p { color: rgb(168,225,239); }
H1.HeaderClassName
{
color: #A8E1EF;
}
.AnyTagClassName
{
color: #A8E1EF;
}
</style>
background-color css
<style>
a { background-color: #A8E1EF; }
a { background-color: rgb(168,225,239); }
div.DivClassName
{
background-color: #A8E1EF;
}
.BgClassName
{
background-color: #A8E1EF;
}
</style>
border-color css
<style>
span { border-color: #A8E1EF; }
span { border-color: rgb(168,225,239); }
td.TdClassName
{
border-color: #A8E1EF;
}
.TagClassName
{
border-color: #A8E1EF;
}
</style>