Shades of Vista Blue #A0DCBF
Tints of Vista Blue #A0DCBF
RGB
CMYK
RGB Variations
Color information
#A0DCBF (or 0xA0DCBF) is known color: Vista Blue. HEX triplet: A0, DC and BF. RGB value is (160,220,191). Sum of RGB (Red+Green+Blue) = 160+220+191=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCBF is #5F2340. Grayscale: #C6C6C6. Windows color (decimal): -6234945 or 12573856. OLE color: 12573856.
HSL color Cylindrical-coordinate representation of color #A0DCBF: hue angle of 151º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCBF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 191 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.14 |
| HSL | 151º | 0.46% | 0.75% | - |
| HSV(B) | 151º | 0.27% | 0.86% | - |
| XYZ | 49.49 | 62.42 | 58.73 | - |
| YUV | 198.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 191 | 0.27 | 0 | 0.13 | 0.14 | 151 | 0.46 | 0.75 |
| Hex | A0 | DC | BF | 1B | 0 | D | E | 97 | 2E | 4B |
| Octal | 240 | 334 | 277 | 33 | 0 | 15 | 16 | 227 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10111111 | 11011 | 0 | 1101 | 1110 | 10010111 | 101110 | 1001011 |
Color Harmonies of #A0DCBF
Complementary color
Monochromatic Colors of #A0DCBF
Black with #A0DCBF
Text Example
Text Example
White with #A0DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCBF; }
p { color: rgb(160,220,191); }
H1.HeaderClassName
{
color: #A0DCBF;
}
.AnyTagClassName
{
color: #A0DCBF;
}
</style>
background-color css
<style>
a { background-color: #A0DCBF; }
a { background-color: rgb(160,220,191); }
div.DivClassName
{
background-color: #A0DCBF;
}
.BgClassName
{
background-color: #A0DCBF;
}
</style>
border-color css
<style>
span { border-color: #A0DCBF; }
span { border-color: rgb(160,220,191); }
td.TdClassName
{
border-color: #A0DCBF;
}
.TagClassName
{
border-color: #A0DCBF;
}
</style>