Shades of Vista Blue #A3D6BA
Tints of Vista Blue #A3D6BA
RGB
CMYK
RGB Variations
Color information
#A3D6BA (or 0xA3D6BA) is known color: Vista Blue. HEX triplet: A3, D6 and BA. RGB value is (163,214,186). Sum of RGB (Red+Green+Blue) = 163+214+186=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6BA is #5C2945. Grayscale: #C3C3C3. Windows color (decimal): -6039878 or 12244643. OLE color: 12244643.
HSL color Cylindrical-coordinate representation of color #A3D6BA: hue angle of 147.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6BA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 186 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.16 |
| HSL | 147.06º | 0.38% | 0.74% | - |
| HSV(B) | 147.06º | 0.24% | 0.84% | - |
| XYZ | 48.01 | 59.42 | 55.39 | - |
| YUV | 195.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 186 | 0.24 | 0 | 0.13 | 0.16 | 147.06 | 0.38 | 0.74 |
| Hex | A3 | D6 | BA | 18 | 0 | D | 10 | 93 | 26 | 4A |
| Octal | 243 | 326 | 272 | 30 | 0 | 15 | 20 | 223 | 46 | 112 |
| Binary | 10100011 | 11010110 | 10111010 | 11000 | 0 | 1101 | 10000 | 10010011 | 100110 | 1001010 |
Color Harmonies of #A3D6BA
Complementary color
Monochromatic Colors of #A3D6BA
Black with #A3D6BA
Text Example
Text Example
White with #A3D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D6BA; }
p { color: rgb(163,214,186); }
H1.HeaderClassName
{
color: #A3D6BA;
}
.AnyTagClassName
{
color: #A3D6BA;
}
</style>
background-color css
<style>
a { background-color: #A3D6BA; }
a { background-color: rgb(163,214,186); }
div.DivClassName
{
background-color: #A3D6BA;
}
.BgClassName
{
background-color: #A3D6BA;
}
</style>
border-color css
<style>
span { border-color: #A3D6BA; }
span { border-color: rgb(163,214,186); }
td.TdClassName
{
border-color: #A3D6BA;
}
.TagClassName
{
border-color: #A3D6BA;
}
</style>