Shades of Blizzard Blue #A6E3EA
Tints of Blizzard Blue #A6E3EA
RGB
CMYK
RGB Variations
Color information
#A6E3EA (or 0xA6E3EA) is known color: Blizzard Blue. HEX triplet: A6, E3 and EA. RGB value is (166,227,234). Sum of RGB (Red+Green+Blue) = 166+227+234=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6E3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E3EA is #591C15. Grayscale: #D1D1D1. Windows color (decimal): -5839894 or 15393702. OLE color: 15393702.
HSL color Cylindrical-coordinate representation of color #A6E3EA: hue angle of 186.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E3EA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 227 | 234 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.08 |
| HSL | 186.18º | 0.62% | 0.78% | - |
| HSV(B) | 186.18º | 0.29% | 0.92% | - |
| XYZ | 58.05 | 68.99 | 88.1 | - |
| YUV | 209.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 234 | 0.29 | 0.03 | 0 | 0.08 | 186.18 | 0.62 | 0.78 |
| Hex | A6 | E3 | EA | 1D | 3 | 0 | 8 | BA | 3E | 4E |
| Octal | 246 | 343 | 352 | 35 | 3 | 0 | 10 | 272 | 76 | 116 |
| Binary | 10100110 | 11100011 | 11101010 | 11101 | 11 | 0 | 1000 | 10111010 | 111110 | 1001110 |
Color Harmonies of #A6E3EA
Complementary color
Monochromatic Colors of #A6E3EA
Black with #A6E3EA
Text Example
Text Example
White with #A6E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3EA; }
p { color: rgb(166,227,234); }
H1.HeaderClassName
{
color: #A6E3EA;
}
.AnyTagClassName
{
color: #A6E3EA;
}
</style>
background-color css
<style>
a { background-color: #A6E3EA; }
a { background-color: rgb(166,227,234); }
div.DivClassName
{
background-color: #A6E3EA;
}
.BgClassName
{
background-color: #A6E3EA;
}
</style>
border-color css
<style>
span { border-color: #A6E3EA; }
span { border-color: rgb(166,227,234); }
td.TdClassName
{
border-color: #A6E3EA;
}
.TagClassName
{
border-color: #A6E3EA;
}
</style>