Shades of Vista Blue #A0CCB9
Tints of Vista Blue #A0CCB9
RGB
CMYK
RGB Variations
Color information
#A0CCB9 (or 0xA0CCB9) is known color: Vista Blue. HEX triplet: A0, CC and B9. RGB value is (160,204,185). Sum of RGB (Red+Green+Blue) = 160+204+185=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCB9 is #5F3346. Grayscale: #BCBCBC. Windows color (decimal): -6239047 or 12176544. OLE color: 12176544.
HSL color Cylindrical-coordinate representation of color #A0CCB9: hue angle of 154.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCB9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 185 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.2 |
| HSL | 154.09º | 0.3% | 0.71% | - |
| HSV(B) | 154.09º | 0.22% | 0.8% | - |
| XYZ | 44.85 | 54.16 | 53.99 | - |
| YUV | 188.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 185 | 0.22 | 0 | 0.09 | 0.2 | 154.09 | 0.3 | 0.71 |
| Hex | A0 | CC | B9 | 16 | 0 | 9 | 14 | 9A | 1E | 47 |
| Octal | 240 | 314 | 271 | 26 | 0 | 11 | 24 | 232 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10111001 | 10110 | 0 | 1001 | 10100 | 10011010 | 11110 | 1000111 |
Color Harmonies of #A0CCB9
Complementary color
Monochromatic Colors of #A0CCB9
Black with #A0CCB9
Text Example
Text Example
White with #A0CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCB9; }
p { color: rgb(160,204,185); }
H1.HeaderClassName
{
color: #A0CCB9;
}
.AnyTagClassName
{
color: #A0CCB9;
}
</style>
background-color css
<style>
a { background-color: #A0CCB9; }
a { background-color: rgb(160,204,185); }
div.DivClassName
{
background-color: #A0CCB9;
}
.BgClassName
{
background-color: #A0CCB9;
}
</style>
border-color css
<style>
span { border-color: #A0CCB9; }
span { border-color: rgb(160,204,185); }
td.TdClassName
{
border-color: #A0CCB9;
}
.TagClassName
{
border-color: #A0CCB9;
}
</style>