Shades of Blizzard Blue #A0EDF0
Tints of Blizzard Blue #A0EDF0
RGB
CMYK
RGB Variations
Color information
#A0EDF0 (or 0xA0EDF0) is known color: Blizzard Blue. HEX triplet: A0, ED and F0. RGB value is (160,237,240). Sum of RGB (Red+Green+Blue) = 160+237+240=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDF0 is #5F120F. Grayscale: #D6D6D6. Windows color (decimal): -6230544 or 15789472. OLE color: 15789472.
HSL color Cylindrical-coordinate representation of color #A0EDF0: hue angle of 182.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EDF0 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 237 | 240 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 182.25º | 0.73% | 0.78% | - |
| HSV(B) | 182.25º | 0.33% | 0.94% | - |
| XYZ | 60.51 | 74.33 | 93.6 | - |
| YUV | 214.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 240 | 0.33 | 0.01 | 0 | 0.06 | 182.25 | 0.73 | 0.78 |
| Hex | A0 | ED | F0 | 21 | 1 | 0 | 6 | B6 | 49 | 4E |
| Octal | 240 | 355 | 360 | 41 | 1 | 0 | 6 | 266 | 111 | 116 |
| Binary | 10100000 | 11101101 | 11110000 | 100001 | 1 | 0 | 110 | 10110110 | 1001001 | 1001110 |
Color Harmonies of #A0EDF0
Complementary color
Monochromatic Colors of #A0EDF0
Black with #A0EDF0
Text Example
Text Example
White with #A0EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDF0; }
p { color: rgb(160,237,240); }
H1.HeaderClassName
{
color: #A0EDF0;
}
.AnyTagClassName
{
color: #A0EDF0;
}
</style>
background-color css
<style>
a { background-color: #A0EDF0; }
a { background-color: rgb(160,237,240); }
div.DivClassName
{
background-color: #A0EDF0;
}
.BgClassName
{
background-color: #A0EDF0;
}
</style>
border-color css
<style>
span { border-color: #A0EDF0; }
span { border-color: rgb(160,237,240); }
td.TdClassName
{
border-color: #A0EDF0;
}
.TagClassName
{
border-color: #A0EDF0;
}
</style>