Shades of Blizzard Blue #A8E1E9
Tints of Blizzard Blue #A8E1E9
RGB
CMYK
RGB Variations
Color information
#A8E1E9 (or 0xA8E1E9) is known color: Blizzard Blue. HEX triplet: A8, E1 and E9. RGB value is (168,225,233). Sum of RGB (Red+Green+Blue) = 168+225+233=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8E1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1E9 is #571E16. Grayscale: #D0D0D0. Windows color (decimal): -5709335 or 15327656. OLE color: 15327656.
HSL color Cylindrical-coordinate representation of color #A8E1E9: hue angle of 187.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E1E9 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 225 | 233 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.09 |
| HSL | 187.38º | 0.6% | 0.79% | - |
| HSV(B) | 187.38º | 0.28% | 0.91% | - |
| XYZ | 57.78 | 68.06 | 87.18 | - |
| YUV | 208.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 233 | 0.28 | 0.03 | 0 | 0.09 | 187.38 | 0.6 | 0.79 |
| Hex | A8 | E1 | E9 | 1C | 3 | 0 | 9 | BB | 3C | 4F |
| Octal | 250 | 341 | 351 | 34 | 3 | 0 | 11 | 273 | 74 | 117 |
| Binary | 10101000 | 11100001 | 11101001 | 11100 | 11 | 0 | 1001 | 10111011 | 111100 | 1001111 |
Color Harmonies of #A8E1E9
Complementary color
Monochromatic Colors of #A8E1E9
Black with #A8E1E9
Text Example
Text Example
White with #A8E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1E9; }
p { color: rgb(168,225,233); }
H1.HeaderClassName
{
color: #A8E1E9;
}
.AnyTagClassName
{
color: #A8E1E9;
}
</style>
background-color css
<style>
a { background-color: #A8E1E9; }
a { background-color: rgb(168,225,233); }
div.DivClassName
{
background-color: #A8E1E9;
}
.BgClassName
{
background-color: #A8E1E9;
}
</style>
border-color css
<style>
span { border-color: #A8E1E9; }
span { border-color: rgb(168,225,233); }
td.TdClassName
{
border-color: #A8E1E9;
}
.TagClassName
{
border-color: #A8E1E9;
}
</style>