Shades of Blizzard Blue #A6E9ED
Tints of Blizzard Blue #A6E9ED
RGB
CMYK
RGB Variations
Color information
#A6E9ED (or 0xA6E9ED) is known color: Blizzard Blue. HEX triplet: A6, E9 and ED. RGB value is (166,233,237). Sum of RGB (Red+Green+Blue) = 166+233+237=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6E9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E9ED is #591612. Grayscale: #D5D5D5. Windows color (decimal): -5838355 or 15591846. OLE color: 15591846.
HSL color Cylindrical-coordinate representation of color #A6E9ED: hue angle of 183.38º 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 #A6E9ED is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 233 | 237 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.07 |
| HSL | 183.38º | 0.66% | 0.79% | - |
| HSV(B) | 183.38º | 0.3% | 0.93% | - |
| XYZ | 60.15 | 72.5 | 90.94 | - |
| YUV | 213.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 237 | 0.30 | 0.02 | 0 | 0.07 | 183.38 | 0.66 | 0.79 |
| Hex | A6 | E9 | ED | 1E | 2 | 0 | 7 | B7 | 42 | 4F |
| Octal | 246 | 351 | 355 | 36 | 2 | 0 | 7 | 267 | 102 | 117 |
| Binary | 10100110 | 11101001 | 11101101 | 11110 | 10 | 0 | 111 | 10110111 | 1000010 | 1001111 |
Color Harmonies of #A6E9ED
Complementary color
Monochromatic Colors of #A6E9ED
Black with #A6E9ED
Text Example
Text Example
White with #A6E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9ED; }
p { color: rgb(166,233,237); }
H1.HeaderClassName
{
color: #A6E9ED;
}
.AnyTagClassName
{
color: #A6E9ED;
}
</style>
background-color css
<style>
a { background-color: #A6E9ED; }
a { background-color: rgb(166,233,237); }
div.DivClassName
{
background-color: #A6E9ED;
}
.BgClassName
{
background-color: #A6E9ED;
}
</style>
border-color css
<style>
span { border-color: #A6E9ED; }
span { border-color: rgb(166,233,237); }
td.TdClassName
{
border-color: #A6E9ED;
}
.TagClassName
{
border-color: #A6E9ED;
}
</style>