Shades of Blizzard Blue #A6EFF9
Tints of Blizzard Blue #A6EFF9
RGB
CMYK
RGB Variations
Color information
#A6EFF9 (or 0xA6EFF9) is known color: Blizzard Blue. HEX triplet: A6, EF and F9. RGB value is (166,239,249). Sum of RGB (Red+Green+Blue) = 166+239+249=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF9 is #591006. Grayscale: #DADADA. Windows color (decimal): -5836807 or 16379814. OLE color: 16379814.
HSL color Cylindrical-coordinate representation of color #A6EFF9: hue angle of 187.23º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6EFF9 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 239 | 249 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.02 |
| HSL | 187.23º | 0.87% | 0.81% | - |
| HSV(B) | 187.23º | 0.33% | 0.98% | - |
| XYZ | 63.69 | 76.68 | 101.07 | - |
| YUV | 218.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 249 | 0.33 | 0.04 | 0 | 0.02 | 187.23 | 0.87 | 0.81 |
| Hex | A6 | EF | F9 | 21 | 4 | 0 | 2 | BB | 57 | 51 |
| Octal | 246 | 357 | 371 | 41 | 4 | 0 | 2 | 273 | 127 | 121 |
| Binary | 10100110 | 11101111 | 11111001 | 100001 | 100 | 0 | 10 | 10111011 | 1010111 | 1010001 |
Color Harmonies of #A6EFF9
Complementary color
Monochromatic Colors of #A6EFF9
Black with #A6EFF9
Text Example
Text Example
White with #A6EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFF9; }
p { color: rgb(166,239,249); }
H1.HeaderClassName
{
color: #A6EFF9;
}
.AnyTagClassName
{
color: #A6EFF9;
}
</style>
background-color css
<style>
a { background-color: #A6EFF9; }
a { background-color: rgb(166,239,249); }
div.DivClassName
{
background-color: #A6EFF9;
}
.BgClassName
{
background-color: #A6EFF9;
}
</style>
border-color css
<style>
span { border-color: #A6EFF9; }
span { border-color: rgb(166,239,249); }
td.TdClassName
{
border-color: #A6EFF9;
}
.TagClassName
{
border-color: #A6EFF9;
}
</style>