Shades of Blizzard Blue #A8EEF9
Tints of Blizzard Blue #A8EEF9
RGB
CMYK
RGB Variations
Color information
#A8EEF9 (or 0xA8EEF9) is known color: Blizzard Blue. HEX triplet: A8, EE and F9. RGB value is (168,238,249). Sum of RGB (Red+Green+Blue) = 168+238+249=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF9 is #571106. Grayscale: #DADADA. Windows color (decimal): -5705991 or 16379560. OLE color: 16379560.
HSL color Cylindrical-coordinate representation of color #A8EEF9: hue angle of 188.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EEF9 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 238 | 249 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.02 |
| HSL | 188.15º | 0.87% | 0.82% | - |
| HSV(B) | 188.15º | 0.33% | 0.98% | - |
| XYZ | 63.82 | 76.31 | 100.99 | - |
| YUV | 218.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 249 | 0.33 | 0.04 | 0 | 0.02 | 188.15 | 0.87 | 0.82 |
| Hex | A8 | EE | F9 | 21 | 4 | 0 | 2 | BC | 57 | 52 |
| Octal | 250 | 356 | 371 | 41 | 4 | 0 | 2 | 274 | 127 | 122 |
| Binary | 10101000 | 11101110 | 11111001 | 100001 | 100 | 0 | 10 | 10111100 | 1010111 | 1010010 |
Color Harmonies of #A8EEF9
Complementary color
Monochromatic Colors of #A8EEF9
Black with #A8EEF9
Text Example
Text Example
White with #A8EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF9; }
p { color: rgb(168,238,249); }
H1.HeaderClassName
{
color: #A8EEF9;
}
.AnyTagClassName
{
color: #A8EEF9;
}
</style>
background-color css
<style>
a { background-color: #A8EEF9; }
a { background-color: rgb(168,238,249); }
div.DivClassName
{
background-color: #A8EEF9;
}
.BgClassName
{
background-color: #A8EEF9;
}
</style>
border-color css
<style>
span { border-color: #A8EEF9; }
span { border-color: rgb(168,238,249); }
td.TdClassName
{
border-color: #A8EEF9;
}
.TagClassName
{
border-color: #A8EEF9;
}
</style>