Shades of Blizzard Blue #A0EDF3
Tints of Blizzard Blue #A0EDF3
RGB
CMYK
RGB Variations
Color information
#A0EDF3 (or 0xA0EDF3) is known color: Blizzard Blue. HEX triplet: A0, ED and F3. RGB value is (160,237,243). Sum of RGB (Red+Green+Blue) = 160+237+243=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDF3 is #5F120C. Grayscale: #D6D6D6. Windows color (decimal): -6230541 or 15986080. OLE color: 15986080.
HSL color Cylindrical-coordinate representation of color #A0EDF3: hue angle of 184.34º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EDF3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 237 | 243 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.05 |
| HSL | 184.34º | 0.78% | 0.79% | - |
| HSV(B) | 184.34º | 0.34% | 0.95% | - |
| XYZ | 60.96 | 74.51 | 95.96 | - |
| YUV | 214.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 243 | 0.34 | 0.02 | 0 | 0.05 | 184.34 | 0.78 | 0.79 |
| Hex | A0 | ED | F3 | 22 | 2 | 0 | 5 | B8 | 4E | 4F |
| Octal | 240 | 355 | 363 | 42 | 2 | 0 | 5 | 270 | 116 | 117 |
| Binary | 10100000 | 11101101 | 11110011 | 100010 | 10 | 0 | 101 | 10111000 | 1001110 | 1001111 |
Color Harmonies of #A0EDF3
Complementary color
Monochromatic Colors of #A0EDF3
Black with #A0EDF3
Text Example
Text Example
White with #A0EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDF3; }
p { color: rgb(160,237,243); }
H1.HeaderClassName
{
color: #A0EDF3;
}
.AnyTagClassName
{
color: #A0EDF3;
}
</style>
background-color css
<style>
a { background-color: #A0EDF3; }
a { background-color: rgb(160,237,243); }
div.DivClassName
{
background-color: #A0EDF3;
}
.BgClassName
{
background-color: #A0EDF3;
}
</style>
border-color css
<style>
span { border-color: #A0EDF3; }
span { border-color: rgb(160,237,243); }
td.TdClassName
{
border-color: #A0EDF3;
}
.TagClassName
{
border-color: #A0EDF3;
}
</style>