Shades of Blizzard Blue #A1EEF6
Tints of Blizzard Blue #A1EEF6
RGB
CMYK
RGB Variations
Color information
#A1EEF6 (or 0xA1EEF6) is known color: Blizzard Blue. HEX triplet: A1, EE and F6. RGB value is (161,238,246). Sum of RGB (Red+Green+Blue) = 161+238+246=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEF6 is #5E1109. Grayscale: #D7D7D7. Windows color (decimal): -6164746 or 16182945. OLE color: 16182945.
HSL color Cylindrical-coordinate representation of color #A1EEF6: hue angle of 185.65º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1EEF6 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 238 | 246 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.04 |
| HSL | 185.65º | 0.83% | 0.8% | - |
| HSV(B) | 185.65º | 0.35% | 0.96% | - |
| XYZ | 61.91 | 75.38 | 98.48 | - |
| YUV | 215.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 246 | 0.35 | 0.03 | 0 | 0.04 | 185.65 | 0.83 | 0.8 |
| Hex | A1 | EE | F6 | 23 | 3 | 0 | 4 | BA | 53 | 50 |
| Octal | 241 | 356 | 366 | 43 | 3 | 0 | 4 | 272 | 123 | 120 |
| Binary | 10100001 | 11101110 | 11110110 | 100011 | 11 | 0 | 100 | 10111010 | 1010011 | 1010000 |
Color Harmonies of #A1EEF6
Complementary color
Monochromatic Colors of #A1EEF6
Black with #A1EEF6
Text Example
Text Example
White with #A1EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEF6; }
p { color: rgb(161,238,246); }
H1.HeaderClassName
{
color: #A1EEF6;
}
.AnyTagClassName
{
color: #A1EEF6;
}
</style>
background-color css
<style>
a { background-color: #A1EEF6; }
a { background-color: rgb(161,238,246); }
div.DivClassName
{
background-color: #A1EEF6;
}
.BgClassName
{
background-color: #A1EEF6;
}
</style>
border-color css
<style>
span { border-color: #A1EEF6; }
span { border-color: rgb(161,238,246); }
td.TdClassName
{
border-color: #A1EEF6;
}
.TagClassName
{
border-color: #A1EEF6;
}
</style>