Shades of Vista Blue #8DCBAB
Tints of Vista Blue #8DCBAB
RGB
CMYK
RGB Variations
Color information
#8DCBAB (or 0x8DCBAB) is known color: Vista Blue. HEX triplet: 8D, CB and AB. RGB value is (141,203,171). Sum of RGB (Red+Green+Blue) = 141+203+171=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAB is #723454. Grayscale: #B4B4B4. Windows color (decimal): -7484501 or 11258765. OLE color: 11258765.
HSL color Cylindrical-coordinate representation of color #8DCBAB: hue angle of 149.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBAB is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 171 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.20 |
| HSL | 149.03º | 0.37% | 0.67% | - |
| HSV(B) | 149.03º | 0.31% | 0.8% | - |
| XYZ | 39.69 | 51.31 | 46.34 | - |
| YUV | 180.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 171 | 0.31 | 0 | 0.16 | 0.20 | 149.03 | 0.37 | 0.67 |
| Hex | 8D | CB | AB | 1F | 0 | 10 | 14 | 95 | 25 | 43 |
| Octal | 215 | 313 | 253 | 37 | 0 | 20 | 24 | 225 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10101011 | 11111 | 0 | 10000 | 10100 | 10010101 | 100101 | 1000011 |
Color Harmonies of #8DCBAB
Complementary color
Monochromatic Colors of #8DCBAB
Black with #8DCBAB
Text Example
Text Example
White with #8DCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBAB; }
p { color: rgb(141,203,171); }
H1.HeaderClassName
{
color: #8DCBAB;
}
.AnyTagClassName
{
color: #8DCBAB;
}
</style>
background-color css
<style>
a { background-color: #8DCBAB; }
a { background-color: rgb(141,203,171); }
div.DivClassName
{
background-color: #8DCBAB;
}
.BgClassName
{
background-color: #8DCBAB;
}
</style>
border-color css
<style>
span { border-color: #8DCBAB; }
span { border-color: rgb(141,203,171); }
td.TdClassName
{
border-color: #8DCBAB;
}
.TagClassName
{
border-color: #8DCBAB;
}
</style>