Shades of Blizzard Blue #A3EBF6
Tints of Blizzard Blue #A3EBF6
RGB
CMYK
RGB Variations
Color information
#A3EBF6 (or 0xA3EBF6) is known color: Blizzard Blue. HEX triplet: A3, EB and F6. RGB value is (163,235,246). Sum of RGB (Red+Green+Blue) = 163+235+246=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3EBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBF6 is #5C1409. Grayscale: #D6D6D6. Windows color (decimal): -6034442 or 16182179. OLE color: 16182179.
HSL color Cylindrical-coordinate representation of color #A3EBF6: hue angle of 187.95º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3EBF6 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 235 | 246 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.04 |
| HSL | 187.95º | 0.82% | 0.8% | - |
| HSV(B) | 187.95º | 0.34% | 0.96% | - |
| XYZ | 61.45 | 73.86 | 98.21 | - |
| YUV | 214.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 246 | 0.34 | 0.04 | 0 | 0.04 | 187.95 | 0.82 | 0.8 |
| Hex | A3 | EB | F6 | 22 | 4 | 0 | 4 | BC | 52 | 50 |
| Octal | 243 | 353 | 366 | 42 | 4 | 0 | 4 | 274 | 122 | 120 |
| Binary | 10100011 | 11101011 | 11110110 | 100010 | 100 | 0 | 100 | 10111100 | 1010010 | 1010000 |
Color Harmonies of #A3EBF6
Complementary color
Monochromatic Colors of #A3EBF6
Black with #A3EBF6
Text Example
Text Example
White with #A3EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBF6; }
p { color: rgb(163,235,246); }
H1.HeaderClassName
{
color: #A3EBF6;
}
.AnyTagClassName
{
color: #A3EBF6;
}
</style>
background-color css
<style>
a { background-color: #A3EBF6; }
a { background-color: rgb(163,235,246); }
div.DivClassName
{
background-color: #A3EBF6;
}
.BgClassName
{
background-color: #A3EBF6;
}
</style>
border-color css
<style>
span { border-color: #A3EBF6; }
span { border-color: rgb(163,235,246); }
td.TdClassName
{
border-color: #A3EBF6;
}
.TagClassName
{
border-color: #A3EBF6;
}
</style>