Shades of Vista Blue #A0ECBA
Tints of Vista Blue #A0ECBA
RGB
CMYK
RGB Variations
Color information
#A0ECBA (or 0xA0ECBA) is known color: Vista Blue. HEX triplet: A0, EC and BA. RGB value is (160,236,186). Sum of RGB (Red+Green+Blue) = 160+236+186=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECBA is #5F1345. Grayscale: #CFCFCF. Windows color (decimal): -6230854 or 12250272. OLE color: 12250272.
HSL color Cylindrical-coordinate representation of color #A0ECBA: hue angle of 140.53º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECBA is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 186 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.07 |
| HSL | 140.53º | 0.67% | 0.78% | - |
| HSV(B) | 140.53º | 0.32% | 0.93% | - |
| XYZ | 53.36 | 71.01 | 57.35 | - |
| YUV | 207.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 186 | 0.32 | 0 | 0.21 | 0.07 | 140.53 | 0.67 | 0.78 |
| Hex | A0 | EC | BA | 20 | 0 | 15 | 7 | 8D | 43 | 4E |
| Octal | 240 | 354 | 272 | 40 | 0 | 25 | 7 | 215 | 103 | 116 |
| Binary | 10100000 | 11101100 | 10111010 | 100000 | 0 | 10101 | 111 | 10001101 | 1000011 | 1001110 |
Color Harmonies of #A0ECBA
Complementary color
Monochromatic Colors of #A0ECBA
Black with #A0ECBA
Text Example
Text Example
White with #A0ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECBA; }
p { color: rgb(160,236,186); }
H1.HeaderClassName
{
color: #A0ECBA;
}
.AnyTagClassName
{
color: #A0ECBA;
}
</style>
background-color css
<style>
a { background-color: #A0ECBA; }
a { background-color: rgb(160,236,186); }
div.DivClassName
{
background-color: #A0ECBA;
}
.BgClassName
{
background-color: #A0ECBA;
}
</style>
border-color css
<style>
span { border-color: #A0ECBA; }
span { border-color: rgb(160,236,186); }
td.TdClassName
{
border-color: #A0ECBA;
}
.TagClassName
{
border-color: #A0ECBA;
}
</style>