Shades of Blizzard Blue #A1E6EF
Tints of Blizzard Blue #A1E6EF
RGB
CMYK
RGB Variations
Color information
#A1E6EF (or 0xA1E6EF) is known color: Blizzard Blue. HEX triplet: A1, E6 and EF. RGB value is (161,230,239). Sum of RGB (Red+Green+Blue) = 161+230+239=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E6EF is #5E1910. Grayscale: #D2D2D2. Windows color (decimal): -6166801 or 15722145. OLE color: 15722145.
HSL color Cylindrical-coordinate representation of color #A1E6EF: hue angle of 186.92º 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 #A1E6EF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 230 | 239 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.06 |
| HSL | 186.92º | 0.71% | 0.78% | - |
| HSV(B) | 186.92º | 0.33% | 0.94% | - |
| XYZ | 58.57 | 70.4 | 92.16 | - |
| YUV | 210.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 239 | 0.33 | 0.04 | 0 | 0.06 | 186.92 | 0.71 | 0.78 |
| Hex | A1 | E6 | EF | 21 | 4 | 0 | 6 | BB | 47 | 4E |
| Octal | 241 | 346 | 357 | 41 | 4 | 0 | 6 | 273 | 107 | 116 |
| Binary | 10100001 | 11100110 | 11101111 | 100001 | 100 | 0 | 110 | 10111011 | 1000111 | 1001110 |
Color Harmonies of #A1E6EF
Complementary color
Monochromatic Colors of #A1E6EF
Black with #A1E6EF
Text Example
Text Example
White with #A1E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6EF; }
p { color: rgb(161,230,239); }
H1.HeaderClassName
{
color: #A1E6EF;
}
.AnyTagClassName
{
color: #A1E6EF;
}
</style>
background-color css
<style>
a { background-color: #A1E6EF; }
a { background-color: rgb(161,230,239); }
div.DivClassName
{
background-color: #A1E6EF;
}
.BgClassName
{
background-color: #A1E6EF;
}
</style>
border-color css
<style>
span { border-color: #A1E6EF; }
span { border-color: rgb(161,230,239); }
td.TdClassName
{
border-color: #A1E6EF;
}
.TagClassName
{
border-color: #A1E6EF;
}
</style>