Shades of Blizzard Blue #A3E2EF
Tints of Blizzard Blue #A3E2EF
RGB
CMYK
RGB Variations
Color information
#A3E2EF (or 0xA3E2EF) is known color: Blizzard Blue. HEX triplet: A3, E2 and EF. RGB value is (163,226,239). Sum of RGB (Red+Green+Blue) = 163+226+239=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E2EF is #5C1D10. Grayscale: #D0D0D0. Windows color (decimal): -6036753 or 15721123. OLE color: 15721123.
HSL color Cylindrical-coordinate representation of color #A3E2EF: hue angle of 190.26º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3E2EF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 226 | 239 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.06 |
| HSL | 190.26º | 0.7% | 0.79% | - |
| HSV(B) | 190.26º | 0.32% | 0.94% | - |
| XYZ | 57.88 | 68.41 | 91.82 | - |
| YUV | 208.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 239 | 0.32 | 0.05 | 0 | 0.06 | 190.26 | 0.7 | 0.79 |
| Hex | A3 | E2 | EF | 20 | 5 | 0 | 6 | BE | 46 | 4F |
| Octal | 243 | 342 | 357 | 40 | 5 | 0 | 6 | 276 | 106 | 117 |
| Binary | 10100011 | 11100010 | 11101111 | 100000 | 101 | 0 | 110 | 10111110 | 1000110 | 1001111 |
Color Harmonies of #A3E2EF
Complementary color
Monochromatic Colors of #A3E2EF
Black with #A3E2EF
Text Example
Text Example
White with #A3E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E2EF; }
p { color: rgb(163,226,239); }
H1.HeaderClassName
{
color: #A3E2EF;
}
.AnyTagClassName
{
color: #A3E2EF;
}
</style>
background-color css
<style>
a { background-color: #A3E2EF; }
a { background-color: rgb(163,226,239); }
div.DivClassName
{
background-color: #A3E2EF;
}
.BgClassName
{
background-color: #A3E2EF;
}
</style>
border-color css
<style>
span { border-color: #A3E2EF; }
span { border-color: rgb(163,226,239); }
td.TdClassName
{
border-color: #A3E2EF;
}
.TagClassName
{
border-color: #A3E2EF;
}
</style>