Shades of Blizzard Blue #A1E3EB
Tints of Blizzard Blue #A1E3EB
RGB
CMYK
RGB Variations
Color information
#A1E3EB (or 0xA1E3EB) is known color: Blizzard Blue. HEX triplet: A1, E3 and EB. RGB value is (161,227,235). Sum of RGB (Red+Green+Blue) = 161+227+235=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E3EB is #5E1C14. Grayscale: #D0D0D0. Windows color (decimal): -6167573 or 15459233. OLE color: 15459233.
HSL color Cylindrical-coordinate representation of color #A1E3EB: hue angle of 186.49º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E3EB is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 227 | 235 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.08 |
| HSL | 186.49º | 0.65% | 0.78% | - |
| HSV(B) | 186.49º | 0.31% | 0.92% | - |
| XYZ | 57.16 | 68.51 | 88.81 | - |
| YUV | 208.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 235 | 0.31 | 0.03 | 0 | 0.08 | 186.49 | 0.65 | 0.78 |
| Hex | A1 | E3 | EB | 1F | 3 | 0 | 8 | BA | 41 | 4E |
| Octal | 241 | 343 | 353 | 37 | 3 | 0 | 10 | 272 | 101 | 116 |
| Binary | 10100001 | 11100011 | 11101011 | 11111 | 11 | 0 | 1000 | 10111010 | 1000001 | 1001110 |
Color Harmonies of #A1E3EB
Complementary color
Monochromatic Colors of #A1E3EB
Black with #A1E3EB
Text Example
Text Example
White with #A1E3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3EB; }
p { color: rgb(161,227,235); }
H1.HeaderClassName
{
color: #A1E3EB;
}
.AnyTagClassName
{
color: #A1E3EB;
}
</style>
background-color css
<style>
a { background-color: #A1E3EB; }
a { background-color: rgb(161,227,235); }
div.DivClassName
{
background-color: #A1E3EB;
}
.BgClassName
{
background-color: #A1E3EB;
}
</style>
border-color css
<style>
span { border-color: #A1E3EB; }
span { border-color: rgb(161,227,235); }
td.TdClassName
{
border-color: #A1E3EB;
}
.TagClassName
{
border-color: #A1E3EB;
}
</style>