Shades of Vista Blue #A0D8C2
Tints of Vista Blue #A0D8C2
RGB
CMYK
RGB Variations
Color information
#A0D8C2 (or 0xA0D8C2) is known color: Vista Blue. HEX triplet: A0, D8 and C2. RGB value is (160,216,194). Sum of RGB (Red+Green+Blue) = 160+216+194=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8C2 is #5F273D. Grayscale: #C4C4C4. Windows color (decimal): -6235966 or 12769440. OLE color: 12769440.
HSL color Cylindrical-coordinate representation of color #A0D8C2: hue angle of 156.43º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8C2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 194 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.15 |
| HSL | 156.43º | 0.42% | 0.74% | - |
| HSV(B) | 156.43º | 0.26% | 0.85% | - |
| XYZ | 48.79 | 60.48 | 60.14 | - |
| YUV | 196.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 194 | 0.26 | 0 | 0.10 | 0.15 | 156.43 | 0.42 | 0.74 |
| Hex | A0 | D8 | C2 | 1A | 0 | A | F | 9C | 2A | 4A |
| Octal | 240 | 330 | 302 | 32 | 0 | 12 | 17 | 234 | 52 | 112 |
| Binary | 10100000 | 11011000 | 11000010 | 11010 | 0 | 1010 | 1111 | 10011100 | 101010 | 1001010 |
Color Harmonies of #A0D8C2
Complementary color
Monochromatic Colors of #A0D8C2
Black with #A0D8C2
Text Example
Text Example
White with #A0D8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8C2; }
p { color: rgb(160,216,194); }
H1.HeaderClassName
{
color: #A0D8C2;
}
.AnyTagClassName
{
color: #A0D8C2;
}
</style>
background-color css
<style>
a { background-color: #A0D8C2; }
a { background-color: rgb(160,216,194); }
div.DivClassName
{
background-color: #A0D8C2;
}
.BgClassName
{
background-color: #A0D8C2;
}
</style>
border-color css
<style>
span { border-color: #A0D8C2; }
span { border-color: rgb(160,216,194); }
td.TdClassName
{
border-color: #A0D8C2;
}
.TagClassName
{
border-color: #A0D8C2;
}
</style>