Shades of Vista Blue #A0EBBD
Tints of Vista Blue #A0EBBD
RGB
CMYK
RGB Variations
Color information
#A0EBBD (or 0xA0EBBD) is known color: Vista Blue. HEX triplet: A0, EB and BD. RGB value is (160,235,189). Sum of RGB (Red+Green+Blue) = 160+235+189=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBBD is #5F1442. Grayscale: #CFCFCF. Windows color (decimal): -6231107 or 12446624. OLE color: 12446624.
HSL color Cylindrical-coordinate representation of color #A0EBBD: hue angle of 143.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBBD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 189 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.08 |
| HSL | 143.2º | 0.65% | 0.77% | - |
| HSV(B) | 143.2º | 0.32% | 0.92% | - |
| XYZ | 53.39 | 70.56 | 58.95 | - |
| YUV | 207.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 189 | 0.32 | 0 | 0.20 | 0.08 | 143.2 | 0.65 | 0.77 |
| Hex | A0 | EB | BD | 20 | 0 | 14 | 8 | 8F | 41 | 4D |
| Octal | 240 | 353 | 275 | 40 | 0 | 24 | 10 | 217 | 101 | 115 |
| Binary | 10100000 | 11101011 | 10111101 | 100000 | 0 | 10100 | 1000 | 10001111 | 1000001 | 1001101 |
Color Harmonies of #A0EBBD
Complementary color
Monochromatic Colors of #A0EBBD
Black with #A0EBBD
Text Example
Text Example
White with #A0EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBBD; }
p { color: rgb(160,235,189); }
H1.HeaderClassName
{
color: #A0EBBD;
}
.AnyTagClassName
{
color: #A0EBBD;
}
</style>
background-color css
<style>
a { background-color: #A0EBBD; }
a { background-color: rgb(160,235,189); }
div.DivClassName
{
background-color: #A0EBBD;
}
.BgClassName
{
background-color: #A0EBBD;
}
</style>
border-color css
<style>
span { border-color: #A0EBBD; }
span { border-color: rgb(160,235,189); }
td.TdClassName
{
border-color: #A0EBBD;
}
.TagClassName
{
border-color: #A0EBBD;
}
</style>