Shades of Blizzard Blue #A6E5EA
Tints of Blizzard Blue #A6E5EA
RGB
CMYK
RGB Variations
Color information
#A6E5EA (or 0xA6E5EA) is known color: Blizzard Blue. HEX triplet: A6, E5 and EA. RGB value is (166,229,234). Sum of RGB (Red+Green+Blue) = 166+229+234=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E5EA is #591A15. Grayscale: #D2D2D2. Windows color (decimal): -5839382 or 15394214. OLE color: 15394214.
HSL color Cylindrical-coordinate representation of color #A6E5EA: hue angle of 184.41º 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 #A6E5EA is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 229 | 234 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.08 |
| HSL | 184.41º | 0.62% | 0.78% | - |
| HSV(B) | 184.41º | 0.29% | 0.92% | - |
| XYZ | 58.6 | 70.09 | 88.28 | - |
| YUV | 210.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 234 | 0.29 | 0.02 | 0 | 0.08 | 184.41 | 0.62 | 0.78 |
| Hex | A6 | E5 | EA | 1D | 2 | 0 | 8 | B8 | 3E | 4E |
| Octal | 246 | 345 | 352 | 35 | 2 | 0 | 10 | 270 | 76 | 116 |
| Binary | 10100110 | 11100101 | 11101010 | 11101 | 10 | 0 | 1000 | 10111000 | 111110 | 1001110 |
Color Harmonies of #A6E5EA
Complementary color
Monochromatic Colors of #A6E5EA
Black with #A6E5EA
Text Example
Text Example
White with #A6E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5EA; }
p { color: rgb(166,229,234); }
H1.HeaderClassName
{
color: #A6E5EA;
}
.AnyTagClassName
{
color: #A6E5EA;
}
</style>
background-color css
<style>
a { background-color: #A6E5EA; }
a { background-color: rgb(166,229,234); }
div.DivClassName
{
background-color: #A6E5EA;
}
.BgClassName
{
background-color: #A6E5EA;
}
</style>
border-color css
<style>
span { border-color: #A6E5EA; }
span { border-color: rgb(166,229,234); }
td.TdClassName
{
border-color: #A6E5EA;
}
.TagClassName
{
border-color: #A6E5EA;
}
</style>