Shades of Vista Blue #A0C8AF
Tints of Vista Blue #A0C8AF
RGB
CMYK
RGB Variations
Color information
#A0C8AF (or 0xA0C8AF) is known color: Vista Blue. HEX triplet: A0, C8 and AF. RGB value is (160,200,175). Sum of RGB (Red+Green+Blue) = 160+200+175=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C8AF is #5F3750. Grayscale: #B9B9B9. Windows color (decimal): -6240081 or 11520160. OLE color: 11520160.
HSL color Cylindrical-coordinate representation of color #A0C8AF: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C8AF is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 175 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.22 |
| HSL | 142.5º | 0.27% | 0.71% | - |
| HSV(B) | 142.5º | 0.2% | 0.78% | - |
| XYZ | 42.89 | 51.88 | 48.31 | - |
| YUV | 185.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 175 | 0.2 | 0 | 0.12 | 0.22 | 142.5 | 0.27 | 0.71 |
| Hex | A0 | C8 | AF | 14 | 0 | C | 16 | 8E | 1B | 47 |
| Octal | 240 | 310 | 257 | 24 | 0 | 14 | 26 | 216 | 33 | 107 |
| Binary | 10100000 | 11001000 | 10101111 | 10100 | 0 | 1100 | 10110 | 10001110 | 11011 | 1000111 |
Color Harmonies of #A0C8AF
Complementary color
Monochromatic Colors of #A0C8AF
Black with #A0C8AF
Text Example
Text Example
White with #A0C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8AF; }
p { color: rgb(160,200,175); }
H1.HeaderClassName
{
color: #A0C8AF;
}
.AnyTagClassName
{
color: #A0C8AF;
}
</style>
background-color css
<style>
a { background-color: #A0C8AF; }
a { background-color: rgb(160,200,175); }
div.DivClassName
{
background-color: #A0C8AF;
}
.BgClassName
{
background-color: #A0C8AF;
}
</style>
border-color css
<style>
span { border-color: #A0C8AF; }
span { border-color: rgb(160,200,175); }
td.TdClassName
{
border-color: #A0C8AF;
}
.TagClassName
{
border-color: #A0C8AF;
}
</style>