Shades of Blizzard Blue #A3EAEC
Tints of Blizzard Blue #A3EAEC
RGB
CMYK
RGB Variations
Color information
#A3EAEC (or 0xA3EAEC) is known color: Blizzard Blue. HEX triplet: A3, EA and EC. RGB value is (163,234,236). Sum of RGB (Red+Green+Blue) = 163+234+236=633 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.75% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAEC is #5C1513. Grayscale: #D4D4D4. Windows color (decimal): -6034708 or 15526563. OLE color: 15526563.
HSL color Cylindrical-coordinate representation of color #A3EAEC: hue angle of 181.64º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EAEC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 234 | 236 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.07 |
| HSL | 181.64º | 0.66% | 0.78% | - |
| HSV(B) | 181.64º | 0.31% | 0.93% | - |
| XYZ | 59.67 | 72.69 | 90.24 | - |
| YUV | 213 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 236 | 0.31 | 0.01 | 0 | 0.07 | 181.64 | 0.66 | 0.78 |
| Hex | A3 | EA | EC | 1F | 1 | 0 | 7 | B6 | 42 | 4E |
| Octal | 243 | 352 | 354 | 37 | 1 | 0 | 7 | 266 | 102 | 116 |
| Binary | 10100011 | 11101010 | 11101100 | 11111 | 1 | 0 | 111 | 10110110 | 1000010 | 1001110 |
Color Harmonies of #A3EAEC
Complementary color
Monochromatic Colors of #A3EAEC
Black with #A3EAEC
Text Example
Text Example
White with #A3EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAEC; }
p { color: rgb(163,234,236); }
H1.HeaderClassName
{
color: #A3EAEC;
}
.AnyTagClassName
{
color: #A3EAEC;
}
</style>
background-color css
<style>
a { background-color: #A3EAEC; }
a { background-color: rgb(163,234,236); }
div.DivClassName
{
background-color: #A3EAEC;
}
.BgClassName
{
background-color: #A3EAEC;
}
</style>
border-color css
<style>
span { border-color: #A3EAEC; }
span { border-color: rgb(163,234,236); }
td.TdClassName
{
border-color: #A3EAEC;
}
.TagClassName
{
border-color: #A3EAEC;
}
</style>