Shades of Vista Blue #A0D6C2
Tints of Vista Blue #A0D6C2
RGB
CMYK
RGB Variations
Color information
#A0D6C2 (or 0xA0D6C2) is known color: Vista Blue. HEX triplet: A0, D6 and C2. RGB value is (160,214,194). Sum of RGB (Red+Green+Blue) = 160+214+194=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6C2 is #5F293D. Grayscale: #C3C3C3. Windows color (decimal): -6236478 or 12768928. OLE color: 12768928.
HSL color Cylindrical-coordinate representation of color #A0D6C2: hue angle of 157.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D6C2 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 194 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.16 |
| HSL | 157.78º | 0.4% | 0.73% | - |
| HSV(B) | 157.78º | 0.25% | 0.84% | - |
| XYZ | 48.28 | 59.46 | 59.97 | - |
| YUV | 195.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 194 | 0.25 | 0 | 0.09 | 0.16 | 157.78 | 0.4 | 0.73 |
| Hex | A0 | D6 | C2 | 19 | 0 | 9 | 10 | 9E | 28 | 49 |
| Octal | 240 | 326 | 302 | 31 | 0 | 11 | 20 | 236 | 50 | 111 |
| Binary | 10100000 | 11010110 | 11000010 | 11001 | 0 | 1001 | 10000 | 10011110 | 101000 | 1001001 |
Color Harmonies of #A0D6C2
Complementary color
Monochromatic Colors of #A0D6C2
Black with #A0D6C2
Text Example
Text Example
White with #A0D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6C2; }
p { color: rgb(160,214,194); }
H1.HeaderClassName
{
color: #A0D6C2;
}
.AnyTagClassName
{
color: #A0D6C2;
}
</style>
background-color css
<style>
a { background-color: #A0D6C2; }
a { background-color: rgb(160,214,194); }
div.DivClassName
{
background-color: #A0D6C2;
}
.BgClassName
{
background-color: #A0D6C2;
}
</style>
border-color css
<style>
span { border-color: #A0D6C2; }
span { border-color: rgb(160,214,194); }
td.TdClassName
{
border-color: #A0D6C2;
}
.TagClassName
{
border-color: #A0D6C2;
}
</style>