Shades of Blizzard Blue #A6ECFE
Tints of Blizzard Blue #A6ECFE
RGB
CMYK
RGB Variations
Color information
#A6ECFE (or 0xA6ECFE) is known color: Blizzard Blue. HEX triplet: A6, EC and FE. RGB value is (166,236,254). Sum of RGB (Red+Green+Blue) = 166+236+254=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECFE is #591301. Grayscale: #D8D8D8. Windows color (decimal): -5837570 or 16706726. OLE color: 16706726.
HSL color Cylindrical-coordinate representation of color #A6ECFE: hue angle of 192.27º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6ECFE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 236 | 254 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.00 |
| HSL | 192.27º | 0.98% | 0.82% | - |
| HSV(B) | 192.27º | 0.35% | 1% | - |
| XYZ | 63.61 | 75.25 | 104.94 | - |
| YUV | 217.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 254 | 0.35 | 0.07 | 0 | 0.00 | 192.27 | 0.98 | 0.82 |
| Hex | A6 | EC | FE | 23 | 7 | 0 | 0 | C0 | 62 | 52 |
| Octal | 246 | 354 | 376 | 43 | 7 | 0 | 0 | 300 | 142 | 122 |
| Binary | 10100110 | 11101100 | 11111110 | 100011 | 111 | 0 | 0 | 11000000 | 1100010 | 1010010 |
Color Harmonies of #A6ECFE
Complementary color
Monochromatic Colors of #A6ECFE
Black with #A6ECFE
Text Example
Text Example
White with #A6ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECFE; }
p { color: rgb(166,236,254); }
H1.HeaderClassName
{
color: #A6ECFE;
}
.AnyTagClassName
{
color: #A6ECFE;
}
</style>
background-color css
<style>
a { background-color: #A6ECFE; }
a { background-color: rgb(166,236,254); }
div.DivClassName
{
background-color: #A6ECFE;
}
.BgClassName
{
background-color: #A6ECFE;
}
</style>
border-color css
<style>
span { border-color: #A6ECFE; }
span { border-color: rgb(166,236,254); }
td.TdClassName
{
border-color: #A6ECFE;
}
.TagClassName
{
border-color: #A6ECFE;
}
</style>