Shades of Vista Blue #8BCBA9
Tints of Vista Blue #8BCBA9
RGB
CMYK
RGB Variations
Color information
#8BCBA9 (or 0x8BCBA9) is known color: Vista Blue. HEX triplet: 8B, CB and A9. RGB value is (139,203,169). Sum of RGB (Red+Green+Blue) = 139+203+169=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCBA9 is #743456. Grayscale: #B4B4B4. Windows color (decimal): -7615575 or 11127691. OLE color: 11127691.
HSL color Cylindrical-coordinate representation of color #8BCBA9: hue angle of 148.12º degrees, saturation: 0.38, 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 #8BCBA9 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 169 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.20 |
| HSL | 148.13º | 0.38% | 0.67% | - |
| HSV(B) | 148.13º | 0.32% | 0.8% | - |
| XYZ | 39.16 | 51.07 | 45.33 | - |
| YUV | 179.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 169 | 0.32 | 0 | 0.17 | 0.20 | 148.13 | 0.38 | 0.67 |
| Hex | 8B | CB | A9 | 20 | 0 | 11 | 14 | 94 | 26 | 43 |
| Octal | 213 | 313 | 251 | 40 | 0 | 21 | 24 | 224 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10101001 | 100000 | 0 | 10001 | 10100 | 10010100 | 100110 | 1000011 |
Color Harmonies of #8BCBA9
Complementary color
Monochromatic Colors of #8BCBA9
Black with #8BCBA9
Text Example
Text Example
White with #8BCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBA9; }
p { color: rgb(139,203,169); }
H1.HeaderClassName
{
color: #8BCBA9;
}
.AnyTagClassName
{
color: #8BCBA9;
}
</style>
background-color css
<style>
a { background-color: #8BCBA9; }
a { background-color: rgb(139,203,169); }
div.DivClassName
{
background-color: #8BCBA9;
}
.BgClassName
{
background-color: #8BCBA9;
}
</style>
border-color css
<style>
span { border-color: #8BCBA9; }
span { border-color: rgb(139,203,169); }
td.TdClassName
{
border-color: #8BCBA9;
}
.TagClassName
{
border-color: #8BCBA9;
}
</style>