Shades of Blizzard Blue #A6E0EF
Tints of Blizzard Blue #A6E0EF
RGB
CMYK
RGB Variations
Color information
#A6E0EF (or 0xA6E0EF) is known color: Blizzard Blue. HEX triplet: A6, E0 and EF. RGB value is (166,224,239). Sum of RGB (Red+Green+Blue) = 166+224+239=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E0EF is #591F10. Grayscale: #D0D0D0. Windows color (decimal): -5840657 or 15720614. OLE color: 15720614.
HSL color Cylindrical-coordinate representation of color #A6E0EF: hue angle of 192.33º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6E0EF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 224 | 239 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.06 |
| HSL | 192.33º | 0.7% | 0.79% | - |
| HSV(B) | 192.33º | 0.31% | 0.94% | - |
| XYZ | 57.96 | 67.65 | 91.66 | - |
| YUV | 208.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 239 | 0.31 | 0.06 | 0 | 0.06 | 192.33 | 0.7 | 0.79 |
| Hex | A6 | E0 | EF | 1F | 6 | 0 | 6 | C0 | 46 | 4F |
| Octal | 246 | 340 | 357 | 37 | 6 | 0 | 6 | 300 | 106 | 117 |
| Binary | 10100110 | 11100000 | 11101111 | 11111 | 110 | 0 | 110 | 11000000 | 1000110 | 1001111 |
Color Harmonies of #A6E0EF
Complementary color
Monochromatic Colors of #A6E0EF
Black with #A6E0EF
Text Example
Text Example
White with #A6E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0EF; }
p { color: rgb(166,224,239); }
H1.HeaderClassName
{
color: #A6E0EF;
}
.AnyTagClassName
{
color: #A6E0EF;
}
</style>
background-color css
<style>
a { background-color: #A6E0EF; }
a { background-color: rgb(166,224,239); }
div.DivClassName
{
background-color: #A6E0EF;
}
.BgClassName
{
background-color: #A6E0EF;
}
</style>
border-color css
<style>
span { border-color: #A6E0EF; }
span { border-color: rgb(166,224,239); }
td.TdClassName
{
border-color: #A6E0EF;
}
.TagClassName
{
border-color: #A6E0EF;
}
</style>