Shades of Blizzard Blue #A6EEF8
Tints of Blizzard Blue #A6EEF8
RGB
CMYK
RGB Variations
Color information
#A6EEF8 (or 0xA6EEF8) is known color: Blizzard Blue. HEX triplet: A6, EE and F8. RGB value is (166,238,248). Sum of RGB (Red+Green+Blue) = 166+238+248=652 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.46% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6EEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEF8 is #591107. Grayscale: #D9D9D9. Windows color (decimal): -5837064 or 16314022. OLE color: 16314022.
HSL color Cylindrical-coordinate representation of color #A6EEF8: hue angle of 187.32º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6EEF8 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 238 | 248 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.03 |
| HSL | 187.32º | 0.85% | 0.81% | - |
| HSV(B) | 187.32º | 0.33% | 0.97% | - |
| XYZ | 63.24 | 76.03 | 100.15 | - |
| YUV | 217.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 248 | 0.33 | 0.04 | 0 | 0.03 | 187.32 | 0.85 | 0.81 |
| Hex | A6 | EE | F8 | 21 | 4 | 0 | 3 | BB | 55 | 51 |
| Octal | 246 | 356 | 370 | 41 | 4 | 0 | 3 | 273 | 125 | 121 |
| Binary | 10100110 | 11101110 | 11111000 | 100001 | 100 | 0 | 11 | 10111011 | 1010101 | 1010001 |
Color Harmonies of #A6EEF8
Complementary color
Monochromatic Colors of #A6EEF8
Black with #A6EEF8
Text Example
Text Example
White with #A6EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEF8; }
p { color: rgb(166,238,248); }
H1.HeaderClassName
{
color: #A6EEF8;
}
.AnyTagClassName
{
color: #A6EEF8;
}
</style>
background-color css
<style>
a { background-color: #A6EEF8; }
a { background-color: rgb(166,238,248); }
div.DivClassName
{
background-color: #A6EEF8;
}
.BgClassName
{
background-color: #A6EEF8;
}
</style>
border-color css
<style>
span { border-color: #A6EEF8; }
span { border-color: rgb(166,238,248); }
td.TdClassName
{
border-color: #A6EEF8;
}
.TagClassName
{
border-color: #A6EEF8;
}
</style>