Shades of Blizzard Blue #A1EAF2
Tints of Blizzard Blue #A1EAF2
RGB
CMYK
RGB Variations
Color information
#A1EAF2 (or 0xA1EAF2) is known color: Blizzard Blue. HEX triplet: A1, EA and F2. RGB value is (161,234,242). Sum of RGB (Red+Green+Blue) = 161+234+242=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAF2 is #5E150D. Grayscale: #D4D4D4. Windows color (decimal): -6165774 or 15919777. OLE color: 15919777.
HSL color Cylindrical-coordinate representation of color #A1EAF2: hue angle of 185.93º degrees, saturation: 0.76, 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 #A1EAF2 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 234 | 242 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.05 |
| HSL | 185.93º | 0.76% | 0.79% | - |
| HSV(B) | 185.93º | 0.33% | 0.95% | - |
| XYZ | 60.15 | 72.83 | 94.89 | - |
| YUV | 213.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 242 | 0.33 | 0.03 | 0 | 0.05 | 185.93 | 0.76 | 0.79 |
| Hex | A1 | EA | F2 | 21 | 3 | 0 | 5 | BA | 4C | 4F |
| Octal | 241 | 352 | 362 | 41 | 3 | 0 | 5 | 272 | 114 | 117 |
| Binary | 10100001 | 11101010 | 11110010 | 100001 | 11 | 0 | 101 | 10111010 | 1001100 | 1001111 |
Color Harmonies of #A1EAF2
Complementary color
Monochromatic Colors of #A1EAF2
Black with #A1EAF2
Text Example
Text Example
White with #A1EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAF2; }
p { color: rgb(161,234,242); }
H1.HeaderClassName
{
color: #A1EAF2;
}
.AnyTagClassName
{
color: #A1EAF2;
}
</style>
background-color css
<style>
a { background-color: #A1EAF2; }
a { background-color: rgb(161,234,242); }
div.DivClassName
{
background-color: #A1EAF2;
}
.BgClassName
{
background-color: #A1EAF2;
}
</style>
border-color css
<style>
span { border-color: #A1EAF2; }
span { border-color: rgb(161,234,242); }
td.TdClassName
{
border-color: #A1EAF2;
}
.TagClassName
{
border-color: #A1EAF2;
}
</style>