Shades of Blizzard Blue #A3DDF2
Tints of Blizzard Blue #A3DDF2
RGB
CMYK
RGB Variations
Color information
#A3DDF2 (or 0xA3DDF2) is known color: Blizzard Blue. HEX triplet: A3, DD and F2. RGB value is (163,221,242). Sum of RGB (Red+Green+Blue) = 163+221+242=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDF2 is #5C220D. Grayscale: #CDCDCD. Windows color (decimal): -6038030 or 15916451. OLE color: 15916451.
HSL color Cylindrical-coordinate representation of color #A3DDF2: hue angle of 195.95º 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 #A3DDF2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 221 | 242 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.05 |
| HSL | 195.95º | 0.75% | 0.79% | - |
| HSV(B) | 195.95º | 0.33% | 0.95% | - |
| XYZ | 56.99 | 65.91 | 93.72 | - |
| YUV | 206.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 242 | 0.33 | 0.09 | 0 | 0.05 | 195.95 | 0.75 | 0.79 |
| Hex | A3 | DD | F2 | 21 | 9 | 0 | 5 | C4 | 4B | 4F |
| Octal | 243 | 335 | 362 | 41 | 11 | 0 | 5 | 304 | 113 | 117 |
| Binary | 10100011 | 11011101 | 11110010 | 100001 | 1001 | 0 | 101 | 11000100 | 1001011 | 1001111 |
Color Harmonies of #A3DDF2
Complementary color
Monochromatic Colors of #A3DDF2
Black with #A3DDF2
Text Example
Text Example
White with #A3DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDF2; }
p { color: rgb(163,221,242); }
H1.HeaderClassName
{
color: #A3DDF2;
}
.AnyTagClassName
{
color: #A3DDF2;
}
</style>
background-color css
<style>
a { background-color: #A3DDF2; }
a { background-color: rgb(163,221,242); }
div.DivClassName
{
background-color: #A3DDF2;
}
.BgClassName
{
background-color: #A3DDF2;
}
</style>
border-color css
<style>
span { border-color: #A3DDF2; }
span { border-color: rgb(163,221,242); }
td.TdClassName
{
border-color: #A3DDF2;
}
.TagClassName
{
border-color: #A3DDF2;
}
</style>