Shades of Vista Blue #8BDCBB
Tints of Vista Blue #8BDCBB
RGB
CMYK
RGB Variations
Color information
#8BDCBB (or 0x8BDCBB) is known color: Vista Blue. HEX triplet: 8B, DC and BB. RGB value is (139,220,187). Sum of RGB (Red+Green+Blue) = 139+220+187=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCBB is #742344. Grayscale: #C0C0C0. Windows color (decimal): -7611205 or 12311691. OLE color: 12311691.
HSL color Cylindrical-coordinate representation of color #8BDCBB: hue angle of 155.56º 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 #8BDCBB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 187 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.14 |
| HSL | 155.56º | 0.54% | 0.7% | - |
| HSV(B) | 155.56º | 0.37% | 0.86% | - |
| XYZ | 45.21 | 60.26 | 56.26 | - |
| YUV | 192.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 187 | 0.37 | 0 | 0.15 | 0.14 | 155.56 | 0.54 | 0.7 |
| Hex | 8B | DC | BB | 25 | 0 | F | E | 9C | 36 | 46 |
| Octal | 213 | 334 | 273 | 45 | 0 | 17 | 16 | 234 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10111011 | 100101 | 0 | 1111 | 1110 | 10011100 | 110110 | 1000110 |
Color Harmonies of #8BDCBB
Complementary color
Monochromatic Colors of #8BDCBB
Black with #8BDCBB
Text Example
Text Example
White with #8BDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCBB; }
p { color: rgb(139,220,187); }
H1.HeaderClassName
{
color: #8BDCBB;
}
.AnyTagClassName
{
color: #8BDCBB;
}
</style>
background-color css
<style>
a { background-color: #8BDCBB; }
a { background-color: rgb(139,220,187); }
div.DivClassName
{
background-color: #8BDCBB;
}
.BgClassName
{
background-color: #8BDCBB;
}
</style>
border-color css
<style>
span { border-color: #8BDCBB; }
span { border-color: rgb(139,220,187); }
td.TdClassName
{
border-color: #8BDCBB;
}
.TagClassName
{
border-color: #8BDCBB;
}
</style>