Shades of Blizzard Blue #A3E4EA
Tints of Blizzard Blue #A3E4EA
RGB
CMYK
RGB Variations
Color information
#A3E4EA (or 0xA3E4EA) is known color: Blizzard Blue. HEX triplet: A3, E4 and EA. RGB value is (163,228,234). Sum of RGB (Red+Green+Blue) = 163+228+234=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3E4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E4EA is #5C1B15. Grayscale: #D1D1D1. Windows color (decimal): -6036246 or 15393955. OLE color: 15393955.
HSL color Cylindrical-coordinate representation of color #A3E4EA: hue angle of 185.07º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E4EA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 228 | 234 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.08 |
| HSL | 185.07º | 0.63% | 0.78% | - |
| HSV(B) | 185.07º | 0.3% | 0.92% | - |
| XYZ | 57.7 | 69.21 | 88.16 | - |
| YUV | 209.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 234 | 0.30 | 0.03 | 0 | 0.08 | 185.07 | 0.63 | 0.78 |
| Hex | A3 | E4 | EA | 1E | 3 | 0 | 8 | B9 | 3F | 4E |
| Octal | 243 | 344 | 352 | 36 | 3 | 0 | 10 | 271 | 77 | 116 |
| Binary | 10100011 | 11100100 | 11101010 | 11110 | 11 | 0 | 1000 | 10111001 | 111111 | 1001110 |
Color Harmonies of #A3E4EA
Complementary color
Monochromatic Colors of #A3E4EA
Black with #A3E4EA
Text Example
Text Example
White with #A3E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E4EA; }
p { color: rgb(163,228,234); }
H1.HeaderClassName
{
color: #A3E4EA;
}
.AnyTagClassName
{
color: #A3E4EA;
}
</style>
background-color css
<style>
a { background-color: #A3E4EA; }
a { background-color: rgb(163,228,234); }
div.DivClassName
{
background-color: #A3E4EA;
}
.BgClassName
{
background-color: #A3E4EA;
}
</style>
border-color css
<style>
span { border-color: #A3E4EA; }
span { border-color: rgb(163,228,234); }
td.TdClassName
{
border-color: #A3E4EA;
}
.TagClassName
{
border-color: #A3E4EA;
}
</style>