Shades of Blizzard Blue #A3E1EB
Tints of Blizzard Blue #A3E1EB
RGB
CMYK
RGB Variations
Color information
#A3E1EB (or 0xA3E1EB) is known color: Blizzard Blue. HEX triplet: A3, E1 and EB. RGB value is (163,225,235). Sum of RGB (Red+Green+Blue) = 163+225+235=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 225 (88.28% from 255 or 36.12% 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 #A3E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E1EB is #5C1E14. Grayscale: #CFCFCF. Windows color (decimal): -6037013 or 15458723. OLE color: 15458723.
HSL color Cylindrical-coordinate representation of color #A3E1EB: hue angle of 188.33º degrees, saturation: 0.64, 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 #A3E1EB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 225 | 235 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.08 |
| HSL | 188.33º | 0.64% | 0.78% | - |
| HSV(B) | 188.33º | 0.31% | 0.92% | - |
| XYZ | 57.02 | 67.64 | 88.65 | - |
| YUV | 207.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 235 | 0.31 | 0.04 | 0 | 0.08 | 188.33 | 0.64 | 0.78 |
| Hex | A3 | E1 | EB | 1F | 4 | 0 | 8 | BC | 40 | 4E |
| Octal | 243 | 341 | 353 | 37 | 4 | 0 | 10 | 274 | 100 | 116 |
| Binary | 10100011 | 11100001 | 11101011 | 11111 | 100 | 0 | 1000 | 10111100 | 1000000 | 1001110 |
Color Harmonies of #A3E1EB
Complementary color
Monochromatic Colors of #A3E1EB
Black with #A3E1EB
Text Example
Text Example
White with #A3E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1EB; }
p { color: rgb(163,225,235); }
H1.HeaderClassName
{
color: #A3E1EB;
}
.AnyTagClassName
{
color: #A3E1EB;
}
</style>
background-color css
<style>
a { background-color: #A3E1EB; }
a { background-color: rgb(163,225,235); }
div.DivClassName
{
background-color: #A3E1EB;
}
.BgClassName
{
background-color: #A3E1EB;
}
</style>
border-color css
<style>
span { border-color: #A3E1EB; }
span { border-color: rgb(163,225,235); }
td.TdClassName
{
border-color: #A3E1EB;
}
.TagClassName
{
border-color: #A3E1EB;
}
</style>