Shades of Vista Blue #8BCBAB
Tints of Vista Blue #8BCBAB
RGB
CMYK
RGB Variations
Color information
#8BCBAB (or 0x8BCBAB) is known color: Vista Blue. HEX triplet: 8B, CB and AB. RGB value is (139,203,171). Sum of RGB (Red+Green+Blue) = 139+203+171=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCBAB is #743454. Grayscale: #B4B4B4. Windows color (decimal): -7615573 or 11258763. OLE color: 11258763.
HSL color Cylindrical-coordinate representation of color #8BCBAB: hue angle of 150º 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 #8BCBAB is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 171 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.20 |
| HSL | 150º | 0.38% | 0.67% | - |
| HSV(B) | 150º | 0.32% | 0.8% | - |
| XYZ | 39.35 | 51.14 | 46.33 | - |
| YUV | 180.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 171 | 0.32 | 0 | 0.16 | 0.20 | 150 | 0.38 | 0.67 |
| Hex | 8B | CB | AB | 20 | 0 | 10 | 14 | 96 | 26 | 43 |
| Octal | 213 | 313 | 253 | 40 | 0 | 20 | 24 | 226 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10101011 | 100000 | 0 | 10000 | 10100 | 10010110 | 100110 | 1000011 |
Color Harmonies of #8BCBAB
Complementary color
Monochromatic Colors of #8BCBAB
Black with #8BCBAB
Text Example
Text Example
White with #8BCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBAB; }
p { color: rgb(139,203,171); }
H1.HeaderClassName
{
color: #8BCBAB;
}
.AnyTagClassName
{
color: #8BCBAB;
}
</style>
background-color css
<style>
a { background-color: #8BCBAB; }
a { background-color: rgb(139,203,171); }
div.DivClassName
{
background-color: #8BCBAB;
}
.BgClassName
{
background-color: #8BCBAB;
}
</style>
border-color css
<style>
span { border-color: #8BCBAB; }
span { border-color: rgb(139,203,171); }
td.TdClassName
{
border-color: #8BCBAB;
}
.TagClassName
{
border-color: #8BCBAB;
}
</style>