Shades of Blizzard Blue #A6E3F7
Tints of Blizzard Blue #A6E3F7
RGB
CMYK
RGB Variations
Color information
#A6E3F7 (or 0xA6E3F7) is known color: Blizzard Blue. HEX triplet: A6, E3 and F7. RGB value is (166,227,247). Sum of RGB (Red+Green+Blue) = 166+227+247=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6E3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E3F7 is #591C08. Grayscale: #D2D2D2. Windows color (decimal): -5839881 or 16245670. OLE color: 16245670.
HSL color Cylindrical-coordinate representation of color #A6E3F7: hue angle of 194.81º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6E3F7 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 227 | 247 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.03 |
| HSL | 194.81º | 0.84% | 0.81% | - |
| HSV(B) | 194.81º | 0.33% | 0.97% | - |
| XYZ | 59.98 | 69.76 | 98.3 | - |
| YUV | 211.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 247 | 0.33 | 0.08 | 0 | 0.03 | 194.81 | 0.84 | 0.81 |
| Hex | A6 | E3 | F7 | 21 | 8 | 0 | 3 | C3 | 54 | 51 |
| Octal | 246 | 343 | 367 | 41 | 10 | 0 | 3 | 303 | 124 | 121 |
| Binary | 10100110 | 11100011 | 11110111 | 100001 | 1000 | 0 | 11 | 11000011 | 1010100 | 1010001 |
Color Harmonies of #A6E3F7
Complementary color
Monochromatic Colors of #A6E3F7
Black with #A6E3F7
Text Example
Text Example
White with #A6E3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3F7; }
p { color: rgb(166,227,247); }
H1.HeaderClassName
{
color: #A6E3F7;
}
.AnyTagClassName
{
color: #A6E3F7;
}
</style>
background-color css
<style>
a { background-color: #A6E3F7; }
a { background-color: rgb(166,227,247); }
div.DivClassName
{
background-color: #A6E3F7;
}
.BgClassName
{
background-color: #A6E3F7;
}
</style>
border-color css
<style>
span { border-color: #A6E3F7; }
span { border-color: rgb(166,227,247); }
td.TdClassName
{
border-color: #A6E3F7;
}
.TagClassName
{
border-color: #A6E3F7;
}
</style>