Shades of Blizzard Blue #A6E6F1
Tints of Blizzard Blue #A6E6F1
RGB
CMYK
RGB Variations
Color information
#A6E6F1 (or 0xA6E6F1) is known color: Blizzard Blue. HEX triplet: A6, E6 and F1. RGB value is (166,230,241). Sum of RGB (Red+Green+Blue) = 166+230+241=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6E6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E6F1 is #59190E. Grayscale: #D4D4D4. Windows color (decimal): -5839119 or 15853222. OLE color: 15853222.
HSL color Cylindrical-coordinate representation of color #A6E6F1: hue angle of 188.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6E6F1 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 230 | 241 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.05 |
| HSL | 188.8º | 0.73% | 0.8% | - |
| HSV(B) | 188.8º | 0.31% | 0.95% | - |
| XYZ | 59.9 | 71.05 | 93.78 | - |
| YUV | 212.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 241 | 0.31 | 0.05 | 0 | 0.05 | 188.8 | 0.73 | 0.8 |
| Hex | A6 | E6 | F1 | 1F | 5 | 0 | 5 | BD | 49 | 50 |
| Octal | 246 | 346 | 361 | 37 | 5 | 0 | 5 | 275 | 111 | 120 |
| Binary | 10100110 | 11100110 | 11110001 | 11111 | 101 | 0 | 101 | 10111101 | 1001001 | 1010000 |
Color Harmonies of #A6E6F1
Complementary color
Monochromatic Colors of #A6E6F1
Black with #A6E6F1
Text Example
Text Example
White with #A6E6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6F1; }
p { color: rgb(166,230,241); }
H1.HeaderClassName
{
color: #A6E6F1;
}
.AnyTagClassName
{
color: #A6E6F1;
}
</style>
background-color css
<style>
a { background-color: #A6E6F1; }
a { background-color: rgb(166,230,241); }
div.DivClassName
{
background-color: #A6E6F1;
}
.BgClassName
{
background-color: #A6E6F1;
}
</style>
border-color css
<style>
span { border-color: #A6E6F1; }
span { border-color: rgb(166,230,241); }
td.TdClassName
{
border-color: #A6E6F1;
}
.TagClassName
{
border-color: #A6E6F1;
}
</style>