Shades of Vista Blue #8BCBA7
Tints of Vista Blue #8BCBA7
RGB
CMYK
RGB Variations
Color information
#8BCBA7 (or 0x8BCBA7) is known color: Vista Blue. HEX triplet: 8B, CB and A7. RGB value is (139,203,167). Sum of RGB (Red+Green+Blue) = 139+203+167=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCBA7 is #743458. Grayscale: #B3B3B3. Windows color (decimal): -7615577 or 10996619. OLE color: 10996619.
HSL color Cylindrical-coordinate representation of color #8BCBA7: hue angle of 146.25º 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 #8BCBA7 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 167 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.20 |
| HSL | 146.25º | 0.38% | 0.67% | - |
| HSV(B) | 146.25º | 0.32% | 0.8% | - |
| XYZ | 38.98 | 50.99 | 44.35 | - |
| YUV | 179.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 167 | 0.32 | 0 | 0.18 | 0.20 | 146.25 | 0.38 | 0.67 |
| Hex | 8B | CB | A7 | 20 | 0 | 12 | 14 | 92 | 26 | 43 |
| Octal | 213 | 313 | 247 | 40 | 0 | 22 | 24 | 222 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10100111 | 100000 | 0 | 10010 | 10100 | 10010010 | 100110 | 1000011 |
Color Harmonies of #8BCBA7
Complementary color
Monochromatic Colors of #8BCBA7
Black with #8BCBA7
Text Example
Text Example
White with #8BCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBA7; }
p { color: rgb(139,203,167); }
H1.HeaderClassName
{
color: #8BCBA7;
}
.AnyTagClassName
{
color: #8BCBA7;
}
</style>
background-color css
<style>
a { background-color: #8BCBA7; }
a { background-color: rgb(139,203,167); }
div.DivClassName
{
background-color: #8BCBA7;
}
.BgClassName
{
background-color: #8BCBA7;
}
</style>
border-color css
<style>
span { border-color: #8BCBA7; }
span { border-color: rgb(139,203,167); }
td.TdClassName
{
border-color: #8BCBA7;
}
.TagClassName
{
border-color: #8BCBA7;
}
</style>