Shades of Vista Blue #A3D5C0
Tints of Vista Blue #A3D5C0
RGB
CMYK
RGB Variations
Color information
#A3D5C0 (or 0xA3D5C0) is known color: Vista Blue. HEX triplet: A3, D5 and C0. RGB value is (163,213,192). Sum of RGB (Red+Green+Blue) = 163+213+192=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5C0 is #5C2A3F. Grayscale: #C3C3C3. Windows color (decimal): -6040128 or 12637603. OLE color: 12637603.
HSL color Cylindrical-coordinate representation of color #A3D5C0: hue angle of 154.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 192 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.16 |
| HSL | 154.8º | 0.37% | 0.74% | - |
| HSV(B) | 154.8º | 0.23% | 0.84% | - |
| XYZ | 48.41 | 59.18 | 58.74 | - |
| YUV | 195.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 192 | 0.23 | 0 | 0.10 | 0.16 | 154.8 | 0.37 | 0.74 |
| Hex | A3 | D5 | C0 | 17 | 0 | A | 10 | 9B | 25 | 4A |
| Octal | 243 | 325 | 300 | 27 | 0 | 12 | 20 | 233 | 45 | 112 |
| Binary | 10100011 | 11010101 | 11000000 | 10111 | 0 | 1010 | 10000 | 10011011 | 100101 | 1001010 |
Color Harmonies of #A3D5C0
Complementary color
Monochromatic Colors of #A3D5C0
Black with #A3D5C0
Text Example
Text Example
White with #A3D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5C0; }
p { color: rgb(163,213,192); }
H1.HeaderClassName
{
color: #A3D5C0;
}
.AnyTagClassName
{
color: #A3D5C0;
}
</style>
background-color css
<style>
a { background-color: #A3D5C0; }
a { background-color: rgb(163,213,192); }
div.DivClassName
{
background-color: #A3D5C0;
}
.BgClassName
{
background-color: #A3D5C0;
}
</style>
border-color css
<style>
span { border-color: #A3D5C0; }
span { border-color: rgb(163,213,192); }
td.TdClassName
{
border-color: #A3D5C0;
}
.TagClassName
{
border-color: #A3D5C0;
}
</style>