Shades of Blizzard Blue #A1EDF1
Tints of Blizzard Blue #A1EDF1
RGB
CMYK
RGB Variations
Color information
#A1EDF1 (or 0xA1EDF1) is known color: Blizzard Blue. HEX triplet: A1, ED and F1. RGB value is (161,237,241). Sum of RGB (Red+Green+Blue) = 161+237+241=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF1 is #5E120E. Grayscale: #D6D6D6. Windows color (decimal): -6165007 or 15855009. OLE color: 15855009.
HSL color Cylindrical-coordinate representation of color #A1EDF1: hue angle of 183º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EDF1 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 237 | 241 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.05 |
| HSL | 183º | 0.74% | 0.79% | - |
| HSV(B) | 183º | 0.33% | 0.95% | - |
| XYZ | 60.86 | 74.5 | 94.39 | - |
| YUV | 214.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 241 | 0.33 | 0.02 | 0 | 0.05 | 183 | 0.74 | 0.79 |
| Hex | A1 | ED | F1 | 21 | 2 | 0 | 5 | B7 | 4A | 4F |
| Octal | 241 | 355 | 361 | 41 | 2 | 0 | 5 | 267 | 112 | 117 |
| Binary | 10100001 | 11101101 | 11110001 | 100001 | 10 | 0 | 101 | 10110111 | 1001010 | 1001111 |
Color Harmonies of #A1EDF1
Complementary color
Monochromatic Colors of #A1EDF1
Black with #A1EDF1
Text Example
Text Example
White with #A1EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDF1; }
p { color: rgb(161,237,241); }
H1.HeaderClassName
{
color: #A1EDF1;
}
.AnyTagClassName
{
color: #A1EDF1;
}
</style>
background-color css
<style>
a { background-color: #A1EDF1; }
a { background-color: rgb(161,237,241); }
div.DivClassName
{
background-color: #A1EDF1;
}
.BgClassName
{
background-color: #A1EDF1;
}
</style>
border-color css
<style>
span { border-color: #A1EDF1; }
span { border-color: rgb(161,237,241); }
td.TdClassName
{
border-color: #A1EDF1;
}
.TagClassName
{
border-color: #A1EDF1;
}
</style>