Shades of Vista Blue #8DC5AB
Tints of Vista Blue #8DC5AB
RGB
CMYK
RGB Variations
Color information
#8DC5AB (or 0x8DC5AB) is known color: Vista Blue. HEX triplet: 8D, C5 and AB. RGB value is (141,197,171). Sum of RGB (Red+Green+Blue) = 141+197+171=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC5AB is #723A54. Grayscale: #B1B1B1. Windows color (decimal): -7486037 or 11257229. OLE color: 11257229.
HSL color Cylindrical-coordinate representation of color #8DC5AB: hue angle of 152.14º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC5AB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 171 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.23 |
| HSL | 152.14º | 0.33% | 0.66% | - |
| HSV(B) | 152.14º | 0.28% | 0.77% | - |
| XYZ | 38.3 | 48.54 | 45.88 | - |
| YUV | 177.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 171 | 0.28 | 0 | 0.13 | 0.23 | 152.14 | 0.33 | 0.66 |
| Hex | 8D | C5 | AB | 1C | 0 | D | 17 | 98 | 21 | 42 |
| Octal | 215 | 305 | 253 | 34 | 0 | 15 | 27 | 230 | 41 | 102 |
| Binary | 10001101 | 11000101 | 10101011 | 11100 | 0 | 1101 | 10111 | 10011000 | 100001 | 1000010 |
Color Harmonies of #8DC5AB
Complementary color
Monochromatic Colors of #8DC5AB
Black with #8DC5AB
Text Example
Text Example
White with #8DC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC5AB; }
p { color: rgb(141,197,171); }
H1.HeaderClassName
{
color: #8DC5AB;
}
.AnyTagClassName
{
color: #8DC5AB;
}
</style>
background-color css
<style>
a { background-color: #8DC5AB; }
a { background-color: rgb(141,197,171); }
div.DivClassName
{
background-color: #8DC5AB;
}
.BgClassName
{
background-color: #8DC5AB;
}
</style>
border-color css
<style>
span { border-color: #8DC5AB; }
span { border-color: rgb(141,197,171); }
td.TdClassName
{
border-color: #8DC5AB;
}
.TagClassName
{
border-color: #8DC5AB;
}
</style>