Shades of Blizzard Blue #A0EFF2
Tints of Blizzard Blue #A0EFF2
RGB
CMYK
RGB Variations
Color information
#A0EFF2 (or 0xA0EFF2) is known color: Blizzard Blue. HEX triplet: A0, EF and F2. RGB value is (160,239,242). Sum of RGB (Red+Green+Blue) = 160+239+242=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF2 is #5F100D. Grayscale: #D7D7D7. Windows color (decimal): -6230030 or 15921056. OLE color: 15921056.
HSL color Cylindrical-coordinate representation of color #A0EFF2: hue angle of 182.2º degrees, saturation: 0.76, 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 #A0EFF2 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 239 | 242 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.05 |
| HSL | 182.2º | 0.76% | 0.79% | - |
| HSV(B) | 182.2º | 0.34% | 0.95% | - |
| XYZ | 61.39 | 75.62 | 95.36 | - |
| YUV | 215.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 242 | 0.34 | 0.01 | 0 | 0.05 | 182.2 | 0.76 | 0.79 |
| Hex | A0 | EF | F2 | 22 | 1 | 0 | 5 | B6 | 4C | 4F |
| Octal | 240 | 357 | 362 | 42 | 1 | 0 | 5 | 266 | 114 | 117 |
| Binary | 10100000 | 11101111 | 11110010 | 100010 | 1 | 0 | 101 | 10110110 | 1001100 | 1001111 |
Color Harmonies of #A0EFF2
Complementary color
Monochromatic Colors of #A0EFF2
Black with #A0EFF2
Text Example
Text Example
White with #A0EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFF2; }
p { color: rgb(160,239,242); }
H1.HeaderClassName
{
color: #A0EFF2;
}
.AnyTagClassName
{
color: #A0EFF2;
}
</style>
background-color css
<style>
a { background-color: #A0EFF2; }
a { background-color: rgb(160,239,242); }
div.DivClassName
{
background-color: #A0EFF2;
}
.BgClassName
{
background-color: #A0EFF2;
}
</style>
border-color css
<style>
span { border-color: #A0EFF2; }
span { border-color: rgb(160,239,242); }
td.TdClassName
{
border-color: #A0EFF2;
}
.TagClassName
{
border-color: #A0EFF2;
}
</style>