Shades of Blizzard Blue #A0EBFA
Tints of Blizzard Blue #A0EBFA
RGB
CMYK
RGB Variations
Color information
#A0EBFA (or 0xA0EBFA) is known color: Blizzard Blue. HEX triplet: A0, EB and FA. RGB value is (160,235,250). Sum of RGB (Red+Green+Blue) = 160+235+250=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBFA is #5F1405. Grayscale: #D6D6D6. Windows color (decimal): -6231046 or 16444320. OLE color: 16444320.
HSL color Cylindrical-coordinate representation of color #A0EBFA: hue angle of 190º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0EBFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 160 | 235 | 250 | - |
CMYK | 0.36 | 0.06 | 0 | 0.02 |
HSL | 190º | 0.9% | 0.8% | - |
HSV(B) | 190º | 0.36% | 0.98% | - |
XYZ | 61.46 | 73.79 | 101.45 | - |
YUV | 214.29 | 148.15 | 89.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 235 | 250 | 0.36 | 0.06 | 0 | 0.02 | 190 | 0.9 | 0.8 |
Hex | A0 | EB | FA | 24 | 6 | 0 | 2 | BE | 5A | 50 |
Octal | 240 | 353 | 372 | 44 | 6 | 0 | 2 | 276 | 132 | 120 |
Binary | 10100000 | 11101011 | 11111010 | 100100 | 110 | 0 | 10 | 10111110 | 1011010 | 1010000 |
Color Harmonies of #A0EBFA
Complementary color
Monochromatic Colors of #A0EBFA
Black with #A0EBFA
Text Example
Text Example
White with #A0EBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBFA; }
p { color: rgb(160,235,250); }
H1.HeaderClassName
{
color: #A0EBFA;
}
.AnyTagClassName
{
color: #A0EBFA;
}
</style>
background-color css
<style>
a { background-color: #A0EBFA; }
a { background-color: rgb(160,235,250); }
div.DivClassName
{
background-color: #A0EBFA;
}
.BgClassName
{
background-color: #A0EBFA;
}
</style>
border-color css
<style>
span { border-color: #A0EBFA; }
span { border-color: rgb(160,235,250); }
td.TdClassName
{
border-color: #A0EBFA;
}
.TagClassName
{
border-color: #A0EBFA;
}
</style>