Shades of Blizzard Blue #A6E4E5
Tints of Blizzard Blue #A6E4E5
RGB
CMYK
RGB Variations
Color information
#A6E4E5 (or 0xA6E4E5) is known color: Blizzard Blue. HEX triplet: A6, E4 and E5. RGB value is (166,228,229). Sum of RGB (Red+Green+Blue) = 166+228+229=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6E4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4E5 is #591B1A. Grayscale: #D1D1D1. Windows color (decimal): -5839643 or 15066278. OLE color: 15066278.
HSL color Cylindrical-coordinate representation of color #A6E4E5: hue angle of 180.95º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E4E5 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 228 | 229 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.10 |
| HSL | 180.95º | 0.55% | 0.77% | - |
| HSV(B) | 180.95º | 0.28% | 0.9% | - |
| XYZ | 57.61 | 69.25 | 84.46 | - |
| YUV | 209.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 229 | 0.28 | 0.00 | 0 | 0.10 | 180.95 | 0.55 | 0.77 |
| Hex | A6 | E4 | E5 | 1C | 0 | 0 | A | B5 | 37 | 4D |
| Octal | 246 | 344 | 345 | 34 | 0 | 0 | 12 | 265 | 67 | 115 |
| Binary | 10100110 | 11100100 | 11100101 | 11100 | 0 | 0 | 1010 | 10110101 | 110111 | 1001101 |
Color Harmonies of #A6E4E5
Complementary color
Monochromatic Colors of #A6E4E5
Black with #A6E4E5
Text Example
Text Example
White with #A6E4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4E5; }
p { color: rgb(166,228,229); }
H1.HeaderClassName
{
color: #A6E4E5;
}
.AnyTagClassName
{
color: #A6E4E5;
}
</style>
background-color css
<style>
a { background-color: #A6E4E5; }
a { background-color: rgb(166,228,229); }
div.DivClassName
{
background-color: #A6E4E5;
}
.BgClassName
{
background-color: #A6E4E5;
}
</style>
border-color css
<style>
span { border-color: #A6E4E5; }
span { border-color: rgb(166,228,229); }
td.TdClassName
{
border-color: #A6E4E5;
}
.TagClassName
{
border-color: #A6E4E5;
}
</style>