Shades of Vista Blue #8BCBB1
Tints of Vista Blue #8BCBB1
RGB
CMYK
RGB Variations
Color information
#8BCBB1 (or 0x8BCBB1) is known color: Vista Blue. HEX triplet: 8B, CB and B1. RGB value is (139,203,177). Sum of RGB (Red+Green+Blue) = 139+203+177=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCBB1 is #74344E. Grayscale: #B4B4B4. Windows color (decimal): -7615567 or 11651979. OLE color: 11651979.
HSL color Cylindrical-coordinate representation of color #8BCBB1: hue angle of 155.62º 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 #8BCBB1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 177 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.20 |
| HSL | 155.63º | 0.38% | 0.67% | - |
| HSV(B) | 155.63º | 0.32% | 0.8% | - |
| XYZ | 39.94 | 51.38 | 49.41 | - |
| YUV | 180.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 177 | 0.32 | 0 | 0.13 | 0.20 | 155.63 | 0.38 | 0.67 |
| Hex | 8B | CB | B1 | 20 | 0 | D | 14 | 9C | 26 | 43 |
| Octal | 213 | 313 | 261 | 40 | 0 | 15 | 24 | 234 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10110001 | 100000 | 0 | 1101 | 10100 | 10011100 | 100110 | 1000011 |
Color Harmonies of #8BCBB1
Complementary color
Monochromatic Colors of #8BCBB1
Black with #8BCBB1
Text Example
Text Example
White with #8BCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBB1; }
p { color: rgb(139,203,177); }
H1.HeaderClassName
{
color: #8BCBB1;
}
.AnyTagClassName
{
color: #8BCBB1;
}
</style>
background-color css
<style>
a { background-color: #8BCBB1; }
a { background-color: rgb(139,203,177); }
div.DivClassName
{
background-color: #8BCBB1;
}
.BgClassName
{
background-color: #8BCBB1;
}
</style>
border-color css
<style>
span { border-color: #8BCBB1; }
span { border-color: rgb(139,203,177); }
td.TdClassName
{
border-color: #8BCBB1;
}
.TagClassName
{
border-color: #8BCBB1;
}
</style>