Shades of Blizzard Blue #A1EDEF
Tints of Blizzard Blue #A1EDEF
RGB
CMYK
RGB Variations
Color information
#A1EDEF (or 0xA1EDEF) is known color: Blizzard Blue. HEX triplet: A1, ED and EF. RGB value is (161,237,239). Sum of RGB (Red+Green+Blue) = 161+237+239=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDEF is #5E1210. Grayscale: #D6D6D6. Windows color (decimal): -6165009 or 15723937. OLE color: 15723937.
HSL color Cylindrical-coordinate representation of color #A1EDEF: hue angle of 181.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EDEF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 237 | 239 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 181.54º | 0.71% | 0.78% | - |
| HSV(B) | 181.54º | 0.33% | 0.94% | - |
| XYZ | 60.56 | 74.38 | 92.83 | - |
| YUV | 214.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 239 | 0.33 | 0.01 | 0 | 0.06 | 181.54 | 0.71 | 0.78 |
| Hex | A1 | ED | EF | 21 | 1 | 0 | 6 | B6 | 47 | 4E |
| Octal | 241 | 355 | 357 | 41 | 1 | 0 | 6 | 266 | 107 | 116 |
| Binary | 10100001 | 11101101 | 11101111 | 100001 | 1 | 0 | 110 | 10110110 | 1000111 | 1001110 |
Color Harmonies of #A1EDEF
Complementary color
Monochromatic Colors of #A1EDEF
Black with #A1EDEF
Text Example
Text Example
White with #A1EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDEF; }
p { color: rgb(161,237,239); }
H1.HeaderClassName
{
color: #A1EDEF;
}
.AnyTagClassName
{
color: #A1EDEF;
}
</style>
background-color css
<style>
a { background-color: #A1EDEF; }
a { background-color: rgb(161,237,239); }
div.DivClassName
{
background-color: #A1EDEF;
}
.BgClassName
{
background-color: #A1EDEF;
}
</style>
border-color css
<style>
span { border-color: #A1EDEF; }
span { border-color: rgb(161,237,239); }
td.TdClassName
{
border-color: #A1EDEF;
}
.TagClassName
{
border-color: #A1EDEF;
}
</style>