Shades of Vista Blue #A3C9B6
Tints of Vista Blue #A3C9B6
RGB
CMYK
RGB Variations
Color information
#A3C9B6 (or 0xA3C9B6) is known color: Vista Blue. HEX triplet: A3, C9 and B6. RGB value is (163,201,182). Sum of RGB (Red+Green+Blue) = 163+201+182=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C9B6 is #5C3649. Grayscale: #BBBBBB. Windows color (decimal): -6043210 or 11979171. OLE color: 11979171.
HSL color Cylindrical-coordinate representation of color #A3C9B6: hue angle of 150º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C9B6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 182 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.21 |
| HSL | 150º | 0.26% | 0.71% | - |
| HSV(B) | 150º | 0.19% | 0.79% | - |
| XYZ | 44.43 | 52.94 | 52.13 | - |
| YUV | 187.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 182 | 0.19 | 0 | 0.09 | 0.21 | 150 | 0.26 | 0.71 |
| Hex | A3 | C9 | B6 | 13 | 0 | 9 | 15 | 96 | 1A | 47 |
| Octal | 243 | 311 | 266 | 23 | 0 | 11 | 25 | 226 | 32 | 107 |
| Binary | 10100011 | 11001001 | 10110110 | 10011 | 0 | 1001 | 10101 | 10010110 | 11010 | 1000111 |
Color Harmonies of #A3C9B6
Complementary color
Monochromatic Colors of #A3C9B6
Black with #A3C9B6
Text Example
Text Example
White with #A3C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C9B6; }
p { color: rgb(163,201,182); }
H1.HeaderClassName
{
color: #A3C9B6;
}
.AnyTagClassName
{
color: #A3C9B6;
}
</style>
background-color css
<style>
a { background-color: #A3C9B6; }
a { background-color: rgb(163,201,182); }
div.DivClassName
{
background-color: #A3C9B6;
}
.BgClassName
{
background-color: #A3C9B6;
}
</style>
border-color css
<style>
span { border-color: #A3C9B6; }
span { border-color: rgb(163,201,182); }
td.TdClassName
{
border-color: #A3C9B6;
}
.TagClassName
{
border-color: #A3C9B6;
}
</style>