Shades of Vista Blue #A0ECBC
Tints of Vista Blue #A0ECBC
RGB
CMYK
RGB Variations
Color information
#A0ECBC (or 0xA0ECBC) is known color: Vista Blue. HEX triplet: A0, EC and BC. RGB value is (160,236,188). Sum of RGB (Red+Green+Blue) = 160+236+188=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECBC is #5F1343. Grayscale: #CFCFCF. Windows color (decimal): -6230852 or 12381344. OLE color: 12381344.
HSL color Cylindrical-coordinate representation of color #A0ECBC: hue angle of 142.11º 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 #A0ECBC is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 188 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.07 |
| HSL | 142.11º | 0.67% | 0.78% | - |
| HSV(B) | 142.11º | 0.32% | 0.93% | - |
| XYZ | 53.57 | 71.1 | 58.48 | - |
| YUV | 207.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 188 | 0.32 | 0 | 0.20 | 0.07 | 142.11 | 0.67 | 0.78 |
| Hex | A0 | EC | BC | 20 | 0 | 14 | 7 | 8E | 43 | 4E |
| Octal | 240 | 354 | 274 | 40 | 0 | 24 | 7 | 216 | 103 | 116 |
| Binary | 10100000 | 11101100 | 10111100 | 100000 | 0 | 10100 | 111 | 10001110 | 1000011 | 1001110 |
Color Harmonies of #A0ECBC
Complementary color
Monochromatic Colors of #A0ECBC
Black with #A0ECBC
Text Example
Text Example
White with #A0ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECBC; }
p { color: rgb(160,236,188); }
H1.HeaderClassName
{
color: #A0ECBC;
}
.AnyTagClassName
{
color: #A0ECBC;
}
</style>
background-color css
<style>
a { background-color: #A0ECBC; }
a { background-color: rgb(160,236,188); }
div.DivClassName
{
background-color: #A0ECBC;
}
.BgClassName
{
background-color: #A0ECBC;
}
</style>
border-color css
<style>
span { border-color: #A0ECBC; }
span { border-color: rgb(160,236,188); }
td.TdClassName
{
border-color: #A0ECBC;
}
.TagClassName
{
border-color: #A0ECBC;
}
</style>