Shades of Blizzard Blue #A3E9F2
Tints of Blizzard Blue #A3E9F2
RGB
CMYK
RGB Variations
Color information
#A3E9F2 (or 0xA3E9F2) is known color: Blizzard Blue. HEX triplet: A3, E9 and F2. RGB value is (163,233,242). Sum of RGB (Red+Green+Blue) = 163+233+242=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3E9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E9F2 is #5C160D. Grayscale: #D4D4D4. Windows color (decimal): -6034958 or 15919523. OLE color: 15919523.
HSL color Cylindrical-coordinate representation of color #A3E9F2: hue angle of 186.84º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3E9F2 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 233 | 242 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.05 |
| HSL | 186.84º | 0.75% | 0.79% | - |
| HSV(B) | 186.84º | 0.33% | 0.95% | - |
| XYZ | 60.27 | 72.48 | 94.82 | - |
| YUV | 213.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 242 | 0.33 | 0.04 | 0 | 0.05 | 186.84 | 0.75 | 0.79 |
| Hex | A3 | E9 | F2 | 21 | 4 | 0 | 5 | BB | 4B | 4F |
| Octal | 243 | 351 | 362 | 41 | 4 | 0 | 5 | 273 | 113 | 117 |
| Binary | 10100011 | 11101001 | 11110010 | 100001 | 100 | 0 | 101 | 10111011 | 1001011 | 1001111 |
Color Harmonies of #A3E9F2
Complementary color
Monochromatic Colors of #A3E9F2
Black with #A3E9F2
Text Example
Text Example
White with #A3E9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E9F2; }
p { color: rgb(163,233,242); }
H1.HeaderClassName
{
color: #A3E9F2;
}
.AnyTagClassName
{
color: #A3E9F2;
}
</style>
background-color css
<style>
a { background-color: #A3E9F2; }
a { background-color: rgb(163,233,242); }
div.DivClassName
{
background-color: #A3E9F2;
}
.BgClassName
{
background-color: #A3E9F2;
}
</style>
border-color css
<style>
span { border-color: #A3E9F2; }
span { border-color: rgb(163,233,242); }
td.TdClassName
{
border-color: #A3E9F2;
}
.TagClassName
{
border-color: #A3E9F2;
}
</style>