Shades of Vista Blue #8BCAB0
Tints of Vista Blue #8BCAB0
RGB
CMYK
RGB Variations
Color information
#8BCAB0 (or 0x8BCAB0) is known color: Vista Blue. HEX triplet: 8B, CA and B0. RGB value is (139,202,176). Sum of RGB (Red+Green+Blue) = 139+202+176=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAB0 is #74354F. Grayscale: #B4B4B4. Windows color (decimal): -7615824 or 11586187. OLE color: 11586187.
HSL color Cylindrical-coordinate representation of color #8BCAB0: hue angle of 155.24º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 176 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.21 |
| HSL | 155.24º | 0.37% | 0.67% | - |
| HSV(B) | 155.24º | 0.31% | 0.79% | - |
| XYZ | 39.6 | 50.86 | 48.8 | - |
| YUV | 180.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 176 | 0.31 | 0 | 0.13 | 0.21 | 155.24 | 0.37 | 0.67 |
| Hex | 8B | CA | B0 | 1F | 0 | D | 15 | 9B | 25 | 43 |
| Octal | 213 | 312 | 260 | 37 | 0 | 15 | 25 | 233 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10110000 | 11111 | 0 | 1101 | 10101 | 10011011 | 100101 | 1000011 |
Color Harmonies of #8BCAB0
Complementary color
Monochromatic Colors of #8BCAB0
Black with #8BCAB0
Text Example
Text Example
White with #8BCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB0; }
p { color: rgb(139,202,176); }
H1.HeaderClassName
{
color: #8BCAB0;
}
.AnyTagClassName
{
color: #8BCAB0;
}
</style>
background-color css
<style>
a { background-color: #8BCAB0; }
a { background-color: rgb(139,202,176); }
div.DivClassName
{
background-color: #8BCAB0;
}
.BgClassName
{
background-color: #8BCAB0;
}
</style>
border-color css
<style>
span { border-color: #8BCAB0; }
span { border-color: rgb(139,202,176); }
td.TdClassName
{
border-color: #8BCAB0;
}
.TagClassName
{
border-color: #8BCAB0;
}
</style>