Shades of Vista Blue #A3DCB9
Tints of Vista Blue #A3DCB9
RGB
CMYK
RGB Variations
Color information
#A3DCB9 (or 0xA3DCB9) is known color: Vista Blue. HEX triplet: A3, DC and B9. RGB value is (163,220,185). Sum of RGB (Red+Green+Blue) = 163+220+185=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCB9 is #5C2346. Grayscale: #C7C7C7. Windows color (decimal): -6038343 or 12180643. OLE color: 12180643.
HSL color Cylindrical-coordinate representation of color #A3DCB9: hue angle of 143.16º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCB9 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 185 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.14 |
| HSL | 143.16º | 0.45% | 0.75% | - |
| HSV(B) | 143.16º | 0.26% | 0.86% | - |
| XYZ | 49.45 | 62.48 | 55.35 | - |
| YUV | 198.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 185 | 0.26 | 0 | 0.16 | 0.14 | 143.16 | 0.45 | 0.75 |
| Hex | A3 | DC | B9 | 1A | 0 | 10 | E | 8F | 2D | 4B |
| Octal | 243 | 334 | 271 | 32 | 0 | 20 | 16 | 217 | 55 | 113 |
| Binary | 10100011 | 11011100 | 10111001 | 11010 | 0 | 10000 | 1110 | 10001111 | 101101 | 1001011 |
Color Harmonies of #A3DCB9
Complementary color
Monochromatic Colors of #A3DCB9
Black with #A3DCB9
Text Example
Text Example
White with #A3DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCB9; }
p { color: rgb(163,220,185); }
H1.HeaderClassName
{
color: #A3DCB9;
}
.AnyTagClassName
{
color: #A3DCB9;
}
</style>
background-color css
<style>
a { background-color: #A3DCB9; }
a { background-color: rgb(163,220,185); }
div.DivClassName
{
background-color: #A3DCB9;
}
.BgClassName
{
background-color: #A3DCB9;
}
</style>
border-color css
<style>
span { border-color: #A3DCB9; }
span { border-color: rgb(163,220,185); }
td.TdClassName
{
border-color: #A3DCB9;
}
.TagClassName
{
border-color: #A3DCB9;
}
</style>