Shades of Blizzard Blue #A1EEF3
Tints of Blizzard Blue #A1EEF3
RGB
CMYK
RGB Variations
Color information
#A1EEF3 (or 0xA1EEF3) is known color: Blizzard Blue. HEX triplet: A1, EE and F3. RGB value is (161,238,243). Sum of RGB (Red+Green+Blue) = 161+238+243=642 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.08% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEF3 is #5E110C. Grayscale: #D7D7D7. Windows color (decimal): -6164749 or 15986337. OLE color: 15986337.
HSL color Cylindrical-coordinate representation of color #A1EEF3: hue angle of 183.66º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1EEF3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 238 | 243 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.05 |
| HSL | 183.66º | 0.77% | 0.79% | - |
| HSV(B) | 183.66º | 0.34% | 0.95% | - |
| XYZ | 61.45 | 75.2 | 96.07 | - |
| YUV | 215.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 243 | 0.34 | 0.02 | 0 | 0.05 | 183.66 | 0.77 | 0.79 |
| Hex | A1 | EE | F3 | 22 | 2 | 0 | 5 | B8 | 4D | 4F |
| Octal | 241 | 356 | 363 | 42 | 2 | 0 | 5 | 270 | 115 | 117 |
| Binary | 10100001 | 11101110 | 11110011 | 100010 | 10 | 0 | 101 | 10111000 | 1001101 | 1001111 |
Color Harmonies of #A1EEF3
Complementary color
Monochromatic Colors of #A1EEF3
Black with #A1EEF3
Text Example
Text Example
White with #A1EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEF3; }
p { color: rgb(161,238,243); }
H1.HeaderClassName
{
color: #A1EEF3;
}
.AnyTagClassName
{
color: #A1EEF3;
}
</style>
background-color css
<style>
a { background-color: #A1EEF3; }
a { background-color: rgb(161,238,243); }
div.DivClassName
{
background-color: #A1EEF3;
}
.BgClassName
{
background-color: #A1EEF3;
}
</style>
border-color css
<style>
span { border-color: #A1EEF3; }
span { border-color: rgb(161,238,243); }
td.TdClassName
{
border-color: #A1EEF3;
}
.TagClassName
{
border-color: #A1EEF3;
}
</style>