Shades of Blizzard Blue #A6E1EF
Tints of Blizzard Blue #A6E1EF
RGB
CMYK
RGB Variations
Color information
#A6E1EF (or 0xA6E1EF) is known color: Blizzard Blue. HEX triplet: A6, E1 and EF. RGB value is (166,225,239). Sum of RGB (Red+Green+Blue) = 166+225+239=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E1EF is #591E10. Grayscale: #D0D0D0. Windows color (decimal): -5840401 or 15720870. OLE color: 15720870.
HSL color Cylindrical-coordinate representation of color #A6E1EF: hue angle of 191.51º 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 #A6E1EF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 225 | 239 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.06 |
| HSL | 191.51º | 0.7% | 0.79% | - |
| HSV(B) | 191.51º | 0.31% | 0.94% | - |
| XYZ | 58.23 | 68.19 | 91.75 | - |
| YUV | 208.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 239 | 0.31 | 0.06 | 0 | 0.06 | 191.51 | 0.7 | 0.79 |
| Hex | A6 | E1 | EF | 1F | 6 | 0 | 6 | C0 | 46 | 4F |
| Octal | 246 | 341 | 357 | 37 | 6 | 0 | 6 | 300 | 106 | 117 |
| Binary | 10100110 | 11100001 | 11101111 | 11111 | 110 | 0 | 110 | 11000000 | 1000110 | 1001111 |
Color Harmonies of #A6E1EF
Complementary color
Monochromatic Colors of #A6E1EF
Black with #A6E1EF
Text Example
Text Example
White with #A6E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E1EF; }
p { color: rgb(166,225,239); }
H1.HeaderClassName
{
color: #A6E1EF;
}
.AnyTagClassName
{
color: #A6E1EF;
}
</style>
background-color css
<style>
a { background-color: #A6E1EF; }
a { background-color: rgb(166,225,239); }
div.DivClassName
{
background-color: #A6E1EF;
}
.BgClassName
{
background-color: #A6E1EF;
}
</style>
border-color css
<style>
span { border-color: #A6E1EF; }
span { border-color: rgb(166,225,239); }
td.TdClassName
{
border-color: #A6E1EF;
}
.TagClassName
{
border-color: #A6E1EF;
}
</style>