Shades of Vista Blue #8BDCAB
Tints of Vista Blue #8BDCAB
RGB
CMYK
RGB Variations
Color information
#8BDCAB (or 0x8BDCAB) is known color: Vista Blue. HEX triplet: 8B, DC and AB. RGB value is (139,220,171). Sum of RGB (Red+Green+Blue) = 139+220+171=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCAB is #742354. Grayscale: #BEBEBE. Windows color (decimal): -7611221 or 11263115. OLE color: 11263115.
HSL color Cylindrical-coordinate representation of color #8BDCAB: hue angle of 143.7º 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 #8BDCAB is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 171 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.14 |
| HSL | 143.7º | 0.54% | 0.7% | - |
| HSV(B) | 143.7º | 0.37% | 0.86% | - |
| XYZ | 43.59 | 59.62 | 47.74 | - |
| YUV | 190.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 171 | 0.37 | 0 | 0.22 | 0.14 | 143.7 | 0.54 | 0.7 |
| Hex | 8B | DC | AB | 25 | 0 | 16 | E | 90 | 36 | 46 |
| Octal | 213 | 334 | 253 | 45 | 0 | 26 | 16 | 220 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10101011 | 100101 | 0 | 10110 | 1110 | 10010000 | 110110 | 1000110 |
Color Harmonies of #8BDCAB
Complementary color
Monochromatic Colors of #8BDCAB
Black with #8BDCAB
Text Example
Text Example
White with #8BDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCAB; }
p { color: rgb(139,220,171); }
H1.HeaderClassName
{
color: #8BDCAB;
}
.AnyTagClassName
{
color: #8BDCAB;
}
</style>
background-color css
<style>
a { background-color: #8BDCAB; }
a { background-color: rgb(139,220,171); }
div.DivClassName
{
background-color: #8BDCAB;
}
.BgClassName
{
background-color: #8BDCAB;
}
</style>
border-color css
<style>
span { border-color: #8BDCAB; }
span { border-color: rgb(139,220,171); }
td.TdClassName
{
border-color: #8BDCAB;
}
.TagClassName
{
border-color: #8BDCAB;
}
</style>