Shades of Blizzard Blue #A6E3ED
Tints of Blizzard Blue #A6E3ED
RGB
CMYK
RGB Variations
Color information
#A6E3ED (or 0xA6E3ED) is known color: Blizzard Blue. HEX triplet: A6, E3 and ED. RGB value is (166,227,237). Sum of RGB (Red+Green+Blue) = 166+227+237=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E3ED is #591C12. Grayscale: #D1D1D1. Windows color (decimal): -5839891 or 15590310. OLE color: 15590310.
HSL color Cylindrical-coordinate representation of color #A6E3ED: hue angle of 188.45º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6E3ED is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 227 | 237 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.07 |
| HSL | 188.45º | 0.66% | 0.79% | - |
| HSV(B) | 188.45º | 0.3% | 0.93% | - |
| XYZ | 58.48 | 69.16 | 90.39 | - |
| YUV | 209.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 237 | 0.30 | 0.04 | 0 | 0.07 | 188.45 | 0.66 | 0.79 |
| Hex | A6 | E3 | ED | 1E | 4 | 0 | 7 | BC | 42 | 4F |
| Octal | 246 | 343 | 355 | 36 | 4 | 0 | 7 | 274 | 102 | 117 |
| Binary | 10100110 | 11100011 | 11101101 | 11110 | 100 | 0 | 111 | 10111100 | 1000010 | 1001111 |
Color Harmonies of #A6E3ED
Complementary color
Monochromatic Colors of #A6E3ED
Black with #A6E3ED
Text Example
Text Example
White with #A6E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3ED; }
p { color: rgb(166,227,237); }
H1.HeaderClassName
{
color: #A6E3ED;
}
.AnyTagClassName
{
color: #A6E3ED;
}
</style>
background-color css
<style>
a { background-color: #A6E3ED; }
a { background-color: rgb(166,227,237); }
div.DivClassName
{
background-color: #A6E3ED;
}
.BgClassName
{
background-color: #A6E3ED;
}
</style>
border-color css
<style>
span { border-color: #A6E3ED; }
span { border-color: rgb(166,227,237); }
td.TdClassName
{
border-color: #A6E3ED;
}
.TagClassName
{
border-color: #A6E3ED;
}
</style>