Shades of Vista Blue #8BCBAD
Tints of Vista Blue #8BCBAD
RGB
CMYK
RGB Variations
Color information
#8BCBAD (or 0x8BCBAD) is known color: Vista Blue. HEX triplet: 8B, CB and AD. RGB value is (139,203,173). Sum of RGB (Red+Green+Blue) = 139+203+173=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCBAD is #743452. Grayscale: #B4B4B4. Windows color (decimal): -7615571 or 11389835. OLE color: 11389835.
HSL color Cylindrical-coordinate representation of color #8BCBAD: hue angle of 151.88º 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 #8BCBAD is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 173 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.20 |
| HSL | 151.88º | 0.38% | 0.67% | - |
| HSV(B) | 151.88º | 0.32% | 0.8% | - |
| XYZ | 39.55 | 51.22 | 47.34 | - |
| YUV | 180.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 173 | 0.32 | 0 | 0.15 | 0.20 | 151.88 | 0.38 | 0.67 |
| Hex | 8B | CB | AD | 20 | 0 | F | 14 | 98 | 26 | 43 |
| Octal | 213 | 313 | 255 | 40 | 0 | 17 | 24 | 230 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10101101 | 100000 | 0 | 1111 | 10100 | 10011000 | 100110 | 1000011 |
Color Harmonies of #8BCBAD
Complementary color
Monochromatic Colors of #8BCBAD
Black with #8BCBAD
Text Example
Text Example
White with #8BCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBAD; }
p { color: rgb(139,203,173); }
H1.HeaderClassName
{
color: #8BCBAD;
}
.AnyTagClassName
{
color: #8BCBAD;
}
</style>
background-color css
<style>
a { background-color: #8BCBAD; }
a { background-color: rgb(139,203,173); }
div.DivClassName
{
background-color: #8BCBAD;
}
.BgClassName
{
background-color: #8BCBAD;
}
</style>
border-color css
<style>
span { border-color: #8BCBAD; }
span { border-color: rgb(139,203,173); }
td.TdClassName
{
border-color: #8BCBAD;
}
.TagClassName
{
border-color: #8BCBAD;
}
</style>