Shades of Blizzard Blue #A1EFF9
Tints of Blizzard Blue #A1EFF9
RGB
CMYK
RGB Variations
Color information
#A1EFF9 (or 0xA1EFF9) is known color: Blizzard Blue. HEX triplet: A1, EF and F9. RGB value is (161,239,249). Sum of RGB (Red+Green+Blue) = 161+239+249=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFF9 is #5E1006. Grayscale: #D8D8D8. Windows color (decimal): -6164487 or 16379809. OLE color: 16379809.
HSL color Cylindrical-coordinate representation of color #A1EFF9: hue angle of 186.82º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1EFF9 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 239 | 249 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.02 |
| HSL | 186.82º | 0.88% | 0.8% | - |
| HSV(B) | 186.82º | 0.35% | 0.98% | - |
| XYZ | 62.66 | 76.15 | 101.02 | - |
| YUV | 216.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 249 | 0.35 | 0.04 | 0 | 0.02 | 186.82 | 0.88 | 0.8 |
| Hex | A1 | EF | F9 | 23 | 4 | 0 | 2 | BB | 58 | 50 |
| Octal | 241 | 357 | 371 | 43 | 4 | 0 | 2 | 273 | 130 | 120 |
| Binary | 10100001 | 11101111 | 11111001 | 100011 | 100 | 0 | 10 | 10111011 | 1011000 | 1010000 |
Color Harmonies of #A1EFF9
Complementary color
Monochromatic Colors of #A1EFF9
Black with #A1EFF9
Text Example
Text Example
White with #A1EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFF9; }
p { color: rgb(161,239,249); }
H1.HeaderClassName
{
color: #A1EFF9;
}
.AnyTagClassName
{
color: #A1EFF9;
}
</style>
background-color css
<style>
a { background-color: #A1EFF9; }
a { background-color: rgb(161,239,249); }
div.DivClassName
{
background-color: #A1EFF9;
}
.BgClassName
{
background-color: #A1EFF9;
}
</style>
border-color css
<style>
span { border-color: #A1EFF9; }
span { border-color: rgb(161,239,249); }
td.TdClassName
{
border-color: #A1EFF9;
}
.TagClassName
{
border-color: #A1EFF9;
}
</style>