Shades of Blizzard Blue #A0EFF6
Tints of Blizzard Blue #A0EFF6
RGB
CMYK
RGB Variations
Color information
#A0EFF6 (or 0xA0EFF6) is known color: Blizzard Blue. HEX triplet: A0, EF and F6. RGB value is (160,239,246). Sum of RGB (Red+Green+Blue) = 160+239+246=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF6 is #5F1009. Grayscale: #D8D8D8. Windows color (decimal): -6230026 or 16183200. OLE color: 16183200.
HSL color Cylindrical-coordinate representation of color #A0EFF6: hue angle of 184.88º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0EFF6 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 239 | 246 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.04 |
| HSL | 184.88º | 0.83% | 0.8% | - |
| HSV(B) | 184.88º | 0.35% | 0.96% | - |
| XYZ | 62 | 75.86 | 98.56 | - |
| YUV | 216.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 246 | 0.35 | 0.03 | 0 | 0.04 | 184.88 | 0.83 | 0.8 |
| Hex | A0 | EF | F6 | 23 | 3 | 0 | 4 | B9 | 53 | 50 |
| Octal | 240 | 357 | 366 | 43 | 3 | 0 | 4 | 271 | 123 | 120 |
| Binary | 10100000 | 11101111 | 11110110 | 100011 | 11 | 0 | 100 | 10111001 | 1010011 | 1010000 |
Color Harmonies of #A0EFF6
Complementary color
Monochromatic Colors of #A0EFF6
Black with #A0EFF6
Text Example
Text Example
White with #A0EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFF6; }
p { color: rgb(160,239,246); }
H1.HeaderClassName
{
color: #A0EFF6;
}
.AnyTagClassName
{
color: #A0EFF6;
}
</style>
background-color css
<style>
a { background-color: #A0EFF6; }
a { background-color: rgb(160,239,246); }
div.DivClassName
{
background-color: #A0EFF6;
}
.BgClassName
{
background-color: #A0EFF6;
}
</style>
border-color css
<style>
span { border-color: #A0EFF6; }
span { border-color: rgb(160,239,246); }
td.TdClassName
{
border-color: #A0EFF6;
}
.TagClassName
{
border-color: #A0EFF6;
}
</style>