Shades of Blizzard Blue #A6EEFF
Tints of Blizzard Blue #A6EEFF
RGB
CMYK
RGB Variations
Color information
#A6EEFF (or 0xA6EEFF) is known color: Blizzard Blue. HEX triplet: A6, EE and FF. RGB value is (166,238,255). Sum of RGB (Red+Green+Blue) = 166+238+255=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEFF is #591100. Grayscale: #DADADA. Windows color (decimal): -5837057 or 16772774. OLE color: 16772774.
HSL color Cylindrical-coordinate representation of color #A6EEFF: hue angle of 191.46º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6EEFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 238 | 255 | - |
| CMYK | 0.35 | 0.07 | 0 | 0 |
| HSL | 191.46º | 1% | 0.83% | - |
| HSV(B) | 191.46º | 0.35% | 1% | - |
| XYZ | 64.35 | 76.48 | 105.98 | - |
| YUV | 218.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 255 | 0.35 | 0.07 | 0 | 0 | 191.46 | 1 | 0.83 |
| Hex | A6 | EE | FF | 23 | 7 | 0 | 0 | BF | 64 | 53 |
| Octal | 246 | 356 | 377 | 43 | 7 | 0 | 0 | 277 | 144 | 123 |
| Binary | 10100110 | 11101110 | 11111111 | 100011 | 111 | 0 | 0 | 10111111 | 1100100 | 1010011 |
Color Harmonies of #A6EEFF
Complementary color
Monochromatic Colors of #A6EEFF
Black with #A6EEFF
Text Example
Text Example
White with #A6EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEFF; }
p { color: rgb(166,238,255); }
H1.HeaderClassName
{
color: #A6EEFF;
}
.AnyTagClassName
{
color: #A6EEFF;
}
</style>
background-color css
<style>
a { background-color: #A6EEFF; }
a { background-color: rgb(166,238,255); }
div.DivClassName
{
background-color: #A6EEFF;
}
.BgClassName
{
background-color: #A6EEFF;
}
</style>
border-color css
<style>
span { border-color: #A6EEFF; }
span { border-color: rgb(166,238,255); }
td.TdClassName
{
border-color: #A6EEFF;
}
.TagClassName
{
border-color: #A6EEFF;
}
</style>