Shades of Blizzard Blue #A6E0F1
Tints of Blizzard Blue #A6E0F1
RGB
CMYK
RGB Variations
Color information
#A6E0F1 (or 0xA6E0F1) is known color: Blizzard Blue. HEX triplet: A6, E0 and F1. RGB value is (166,224,241). Sum of RGB (Red+Green+Blue) = 166+224+241=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6E0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E0F1 is #591F0E. Grayscale: #D0D0D0. Windows color (decimal): -5840655 or 15851686. OLE color: 15851686.
HSL color Cylindrical-coordinate representation of color #A6E0F1: hue angle of 193.6º 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 #A6E0F1 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 224 | 241 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.05 |
| HSL | 193.6º | 0.73% | 0.8% | - |
| HSV(B) | 193.6º | 0.31% | 0.95% | - |
| XYZ | 58.26 | 67.77 | 93.23 | - |
| YUV | 208.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 241 | 0.31 | 0.07 | 0 | 0.05 | 193.6 | 0.73 | 0.8 |
| Hex | A6 | E0 | F1 | 1F | 7 | 0 | 5 | C2 | 49 | 50 |
| Octal | 246 | 340 | 361 | 37 | 7 | 0 | 5 | 302 | 111 | 120 |
| Binary | 10100110 | 11100000 | 11110001 | 11111 | 111 | 0 | 101 | 11000010 | 1001001 | 1010000 |
Color Harmonies of #A6E0F1
Complementary color
Monochromatic Colors of #A6E0F1
Black with #A6E0F1
Text Example
Text Example
White with #A6E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0F1; }
p { color: rgb(166,224,241); }
H1.HeaderClassName
{
color: #A6E0F1;
}
.AnyTagClassName
{
color: #A6E0F1;
}
</style>
background-color css
<style>
a { background-color: #A6E0F1; }
a { background-color: rgb(166,224,241); }
div.DivClassName
{
background-color: #A6E0F1;
}
.BgClassName
{
background-color: #A6E0F1;
}
</style>
border-color css
<style>
span { border-color: #A6E0F1; }
span { border-color: rgb(166,224,241); }
td.TdClassName
{
border-color: #A6E0F1;
}
.TagClassName
{
border-color: #A6E0F1;
}
</style>