Shades of Blizzard Blue #A0EFFE
Tints of Blizzard Blue #A0EFFE
RGB
CMYK
RGB Variations
Color information
#A0EFFE (or 0xA0EFFE) is known color: Blizzard Blue. HEX triplet: A0, EF and FE. RGB value is (160,239,254). Sum of RGB (Red+Green+Blue) = 160+239+254=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFFE is #5F1001. Grayscale: #D8D8D8. Windows color (decimal): -6230018 or 16707488. OLE color: 16707488.
HSL color Cylindrical-coordinate representation of color #A0EFFE: hue angle of 189.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0EFFE is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 239 | 254 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.00 |
| HSL | 189.57º | 0.98% | 0.81% | - |
| HSV(B) | 189.57º | 0.37% | 1% | - |
| XYZ | 63.25 | 76.36 | 105.17 | - |
| YUV | 217.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 254 | 0.37 | 0.06 | 0 | 0.00 | 189.57 | 0.98 | 0.81 |
| Hex | A0 | EF | FE | 25 | 6 | 0 | 0 | BE | 62 | 51 |
| Octal | 240 | 357 | 376 | 45 | 6 | 0 | 0 | 276 | 142 | 121 |
| Binary | 10100000 | 11101111 | 11111110 | 100101 | 110 | 0 | 0 | 10111110 | 1100010 | 1010001 |
Color Harmonies of #A0EFFE
Complementary color
Monochromatic Colors of #A0EFFE
Black with #A0EFFE
Text Example
Text Example
White with #A0EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFFE; }
p { color: rgb(160,239,254); }
H1.HeaderClassName
{
color: #A0EFFE;
}
.AnyTagClassName
{
color: #A0EFFE;
}
</style>
background-color css
<style>
a { background-color: #A0EFFE; }
a { background-color: rgb(160,239,254); }
div.DivClassName
{
background-color: #A0EFFE;
}
.BgClassName
{
background-color: #A0EFFE;
}
</style>
border-color css
<style>
span { border-color: #A0EFFE; }
span { border-color: rgb(160,239,254); }
td.TdClassName
{
border-color: #A0EFFE;
}
.TagClassName
{
border-color: #A0EFFE;
}
</style>