Shades of Blizzard Blue #A8EEFA
Tints of Blizzard Blue #A8EEFA
RGB
CMYK
RGB Variations
Color information
#A8EEFA (or 0xA8EEFA) is known color: Blizzard Blue. HEX triplet: A8, EE and FA. RGB value is (168,238,250). Sum of RGB (Red+Green+Blue) = 168+238+250=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEFA is #571105. Grayscale: #DADADA. Windows color (decimal): -5705990 or 16445096. OLE color: 16445096.
HSL color Cylindrical-coordinate representation of color #A8EEFA: hue angle of 188.78º degrees, saturation: 0.89, 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 #A8EEFA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 238 | 250 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.02 |
| HSL | 188.78º | 0.89% | 0.82% | - |
| HSV(B) | 188.78º | 0.33% | 0.98% | - |
| XYZ | 63.98 | 76.38 | 101.81 | - |
| YUV | 218.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 250 | 0.33 | 0.05 | 0 | 0.02 | 188.78 | 0.89 | 0.82 |
| Hex | A8 | EE | FA | 21 | 5 | 0 | 2 | BD | 59 | 52 |
| Octal | 250 | 356 | 372 | 41 | 5 | 0 | 2 | 275 | 131 | 122 |
| Binary | 10101000 | 11101110 | 11111010 | 100001 | 101 | 0 | 10 | 10111101 | 1011001 | 1010010 |
Color Harmonies of #A8EEFA
Complementary color
Monochromatic Colors of #A8EEFA
Black with #A8EEFA
Text Example
Text Example
White with #A8EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEFA; }
p { color: rgb(168,238,250); }
H1.HeaderClassName
{
color: #A8EEFA;
}
.AnyTagClassName
{
color: #A8EEFA;
}
</style>
background-color css
<style>
a { background-color: #A8EEFA; }
a { background-color: rgb(168,238,250); }
div.DivClassName
{
background-color: #A8EEFA;
}
.BgClassName
{
background-color: #A8EEFA;
}
</style>
border-color css
<style>
span { border-color: #A8EEFA; }
span { border-color: rgb(168,238,250); }
td.TdClassName
{
border-color: #A8EEFA;
}
.TagClassName
{
border-color: #A8EEFA;
}
</style>