Shades of Vista Blue #8BDCBA
Tints of Vista Blue #8BDCBA
RGB
CMYK
RGB Variations
Color information
#8BDCBA (or 0x8BDCBA) is known color: Vista Blue. HEX triplet: 8B, DC and BA. RGB value is (139,220,186). Sum of RGB (Red+Green+Blue) = 139+220+186=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCBA is #742345. Grayscale: #BFBFBF. Windows color (decimal): -7611206 or 12246155. OLE color: 12246155.
HSL color Cylindrical-coordinate representation of color #8BDCBA: hue angle of 154.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCBA is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 186 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.14 |
| HSL | 154.81º | 0.54% | 0.7% | - |
| HSV(B) | 154.81º | 0.37% | 0.86% | - |
| XYZ | 45.1 | 60.22 | 55.7 | - |
| YUV | 191.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 186 | 0.37 | 0 | 0.15 | 0.14 | 154.81 | 0.54 | 0.7 |
| Hex | 8B | DC | BA | 25 | 0 | F | E | 9B | 36 | 46 |
| Octal | 213 | 334 | 272 | 45 | 0 | 17 | 16 | 233 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10111010 | 100101 | 0 | 1111 | 1110 | 10011011 | 110110 | 1000110 |
Color Harmonies of #8BDCBA
Complementary color
Monochromatic Colors of #8BDCBA
Black with #8BDCBA
Text Example
Text Example
White with #8BDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCBA; }
p { color: rgb(139,220,186); }
H1.HeaderClassName
{
color: #8BDCBA;
}
.AnyTagClassName
{
color: #8BDCBA;
}
</style>
background-color css
<style>
a { background-color: #8BDCBA; }
a { background-color: rgb(139,220,186); }
div.DivClassName
{
background-color: #8BDCBA;
}
.BgClassName
{
background-color: #8BDCBA;
}
</style>
border-color css
<style>
span { border-color: #8BDCBA; }
span { border-color: rgb(139,220,186); }
td.TdClassName
{
border-color: #8BDCBA;
}
.TagClassName
{
border-color: #8BDCBA;
}
</style>