Shades of Blizzard Blue #A3EBF2
Tints of Blizzard Blue #A3EBF2
RGB
CMYK
RGB Variations
Color information
#A3EBF2 (or 0xA3EBF2) is known color: Blizzard Blue. HEX triplet: A3, EB and F2. RGB value is (163,235,242). Sum of RGB (Red+Green+Blue) = 163+235+242=640 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.47% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBF2 is #5C140D. Grayscale: #D6D6D6. Windows color (decimal): -6034446 or 15920035. OLE color: 15920035.
HSL color Cylindrical-coordinate representation of color #A3EBF2: hue angle of 185.32º 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 #A3EBF2 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 235 | 242 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.05 |
| HSL | 185.32º | 0.75% | 0.79% | - |
| HSV(B) | 185.32º | 0.33% | 0.95% | - |
| XYZ | 60.84 | 73.61 | 95.01 | - |
| YUV | 214.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 242 | 0.33 | 0.03 | 0 | 0.05 | 185.32 | 0.75 | 0.79 |
| Hex | A3 | EB | F2 | 21 | 3 | 0 | 5 | B9 | 4B | 4F |
| Octal | 243 | 353 | 362 | 41 | 3 | 0 | 5 | 271 | 113 | 117 |
| Binary | 10100011 | 11101011 | 11110010 | 100001 | 11 | 0 | 101 | 10111001 | 1001011 | 1001111 |
Color Harmonies of #A3EBF2
Complementary color
Monochromatic Colors of #A3EBF2
Black with #A3EBF2
Text Example
Text Example
White with #A3EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBF2; }
p { color: rgb(163,235,242); }
H1.HeaderClassName
{
color: #A3EBF2;
}
.AnyTagClassName
{
color: #A3EBF2;
}
</style>
background-color css
<style>
a { background-color: #A3EBF2; }
a { background-color: rgb(163,235,242); }
div.DivClassName
{
background-color: #A3EBF2;
}
.BgClassName
{
background-color: #A3EBF2;
}
</style>
border-color css
<style>
span { border-color: #A3EBF2; }
span { border-color: rgb(163,235,242); }
td.TdClassName
{
border-color: #A3EBF2;
}
.TagClassName
{
border-color: #A3EBF2;
}
</style>