Shades of Blizzard Blue #A1EDF9
Tints of Blizzard Blue #A1EDF9
RGB
CMYK
RGB Variations
Color information
#A1EDF9 (or 0xA1EDF9) is known color: Blizzard Blue. HEX triplet: A1, ED and F9. RGB value is (161,237,249). Sum of RGB (Red+Green+Blue) = 161+237+249=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF9 is #5E1206. Grayscale: #D7D7D7. Windows color (decimal): -6164999 or 16379297. OLE color: 16379297.
HSL color Cylindrical-coordinate representation of color #A1EDF9: hue angle of 188.18º 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 #A1EDF9 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 237 | 249 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.02 |
| HSL | 188.18º | 0.88% | 0.8% | - |
| HSV(B) | 188.18º | 0.35% | 0.98% | - |
| XYZ | 62.08 | 74.99 | 100.82 | - |
| YUV | 215.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 249 | 0.35 | 0.05 | 0 | 0.02 | 188.18 | 0.88 | 0.8 |
| Hex | A1 | ED | F9 | 23 | 5 | 0 | 2 | BC | 58 | 50 |
| Octal | 241 | 355 | 371 | 43 | 5 | 0 | 2 | 274 | 130 | 120 |
| Binary | 10100001 | 11101101 | 11111001 | 100011 | 101 | 0 | 10 | 10111100 | 1011000 | 1010000 |
Color Harmonies of #A1EDF9
Complementary color
Monochromatic Colors of #A1EDF9
Black with #A1EDF9
Text Example
Text Example
White with #A1EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDF9; }
p { color: rgb(161,237,249); }
H1.HeaderClassName
{
color: #A1EDF9;
}
.AnyTagClassName
{
color: #A1EDF9;
}
</style>
background-color css
<style>
a { background-color: #A1EDF9; }
a { background-color: rgb(161,237,249); }
div.DivClassName
{
background-color: #A1EDF9;
}
.BgClassName
{
background-color: #A1EDF9;
}
</style>
border-color css
<style>
span { border-color: #A1EDF9; }
span { border-color: rgb(161,237,249); }
td.TdClassName
{
border-color: #A1EDF9;
}
.TagClassName
{
border-color: #A1EDF9;
}
</style>