Shades of Vista Blue #8BC5AB
Tints of Vista Blue #8BC5AB
RGB
CMYK
RGB Variations
Color information
#8BC5AB (or 0x8BC5AB) is known color: Vista Blue. HEX triplet: 8B, C5 and AB. RGB value is (139,197,171). Sum of RGB (Red+Green+Blue) = 139+197+171=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC5AB is #743A54. Grayscale: #B0B0B0. Windows color (decimal): -7617109 or 11257227. OLE color: 11257227.
HSL color Cylindrical-coordinate representation of color #8BC5AB: hue angle of 153.1º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC5AB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 171 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.23 |
| HSL | 153.1º | 0.33% | 0.66% | - |
| HSV(B) | 153.1º | 0.29% | 0.77% | - |
| XYZ | 37.96 | 48.36 | 45.86 | - |
| YUV | 176.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 171 | 0.29 | 0 | 0.13 | 0.23 | 153.1 | 0.33 | 0.66 |
| Hex | 8B | C5 | AB | 1D | 0 | D | 17 | 99 | 21 | 42 |
| Octal | 213 | 305 | 253 | 35 | 0 | 15 | 27 | 231 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10101011 | 11101 | 0 | 1101 | 10111 | 10011001 | 100001 | 1000010 |
Color Harmonies of #8BC5AB
Complementary color
Monochromatic Colors of #8BC5AB
Black with #8BC5AB
Text Example
Text Example
White with #8BC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5AB; }
p { color: rgb(139,197,171); }
H1.HeaderClassName
{
color: #8BC5AB;
}
.AnyTagClassName
{
color: #8BC5AB;
}
</style>
background-color css
<style>
a { background-color: #8BC5AB; }
a { background-color: rgb(139,197,171); }
div.DivClassName
{
background-color: #8BC5AB;
}
.BgClassName
{
background-color: #8BC5AB;
}
</style>
border-color css
<style>
span { border-color: #8BC5AB; }
span { border-color: rgb(139,197,171); }
td.TdClassName
{
border-color: #8BC5AB;
}
.TagClassName
{
border-color: #8BC5AB;
}
</style>