Shades of Vista Blue #8BCDAB
Tints of Vista Blue #8BCDAB
RGB
CMYK
RGB Variations
Color information
#8BCDAB (or 0x8BCDAB) is known color: Vista Blue. HEX triplet: 8B, CD and AB. RGB value is (139,205,171). Sum of RGB (Red+Green+Blue) = 139+205+171=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDAB is #743254. Grayscale: #B5B5B5. Windows color (decimal): -7615061 or 11259275. OLE color: 11259275.
HSL color Cylindrical-coordinate representation of color #8BCDAB: hue angle of 149.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDAB is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 171 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.20 |
| HSL | 149.09º | 0.4% | 0.67% | - |
| HSV(B) | 149.09º | 0.32% | 0.8% | - |
| XYZ | 39.83 | 52.09 | 46.48 | - |
| YUV | 181.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 171 | 0.32 | 0 | 0.17 | 0.20 | 149.09 | 0.4 | 0.67 |
| Hex | 8B | CD | AB | 20 | 0 | 11 | 14 | 95 | 28 | 43 |
| Octal | 213 | 315 | 253 | 40 | 0 | 21 | 24 | 225 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10101011 | 100000 | 0 | 10001 | 10100 | 10010101 | 101000 | 1000011 |
Color Harmonies of #8BCDAB
Complementary color
Monochromatic Colors of #8BCDAB
Black with #8BCDAB
Text Example
Text Example
White with #8BCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDAB; }
p { color: rgb(139,205,171); }
H1.HeaderClassName
{
color: #8BCDAB;
}
.AnyTagClassName
{
color: #8BCDAB;
}
</style>
background-color css
<style>
a { background-color: #8BCDAB; }
a { background-color: rgb(139,205,171); }
div.DivClassName
{
background-color: #8BCDAB;
}
.BgClassName
{
background-color: #8BCDAB;
}
</style>
border-color css
<style>
span { border-color: #8BCDAB; }
span { border-color: rgb(139,205,171); }
td.TdClassName
{
border-color: #8BCDAB;
}
.TagClassName
{
border-color: #8BCDAB;
}
</style>