Shades of Vista Blue #8BD2AB
Tints of Vista Blue #8BD2AB
RGB
CMYK
RGB Variations
Color information
#8BD2AB (or 0x8BD2AB) is known color: Vista Blue. HEX triplet: 8B, D2 and AB. RGB value is (139,210,171). Sum of RGB (Red+Green+Blue) = 139+210+171=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD2AB is #742D54. Grayscale: #B8B8B8. Windows color (decimal): -7613781 or 11260555. OLE color: 11260555.
HSL color Cylindrical-coordinate representation of color #8BD2AB: hue angle of 147.04º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD2AB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 171 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.18 |
| HSL | 147.04º | 0.44% | 0.68% | - |
| HSV(B) | 147.04º | 0.34% | 0.82% | - |
| XYZ | 41.04 | 54.52 | 46.89 | - |
| YUV | 184.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 171 | 0.34 | 0 | 0.19 | 0.18 | 147.04 | 0.44 | 0.68 |
| Hex | 8B | D2 | AB | 22 | 0 | 13 | 12 | 93 | 2C | 44 |
| Octal | 213 | 322 | 253 | 42 | 0 | 23 | 22 | 223 | 54 | 104 |
| Binary | 10001011 | 11010010 | 10101011 | 100010 | 0 | 10011 | 10010 | 10010011 | 101100 | 1000100 |
Color Harmonies of #8BD2AB
Complementary color
Monochromatic Colors of #8BD2AB
Black with #8BD2AB
Text Example
Text Example
White with #8BD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2AB; }
p { color: rgb(139,210,171); }
H1.HeaderClassName
{
color: #8BD2AB;
}
.AnyTagClassName
{
color: #8BD2AB;
}
</style>
background-color css
<style>
a { background-color: #8BD2AB; }
a { background-color: rgb(139,210,171); }
div.DivClassName
{
background-color: #8BD2AB;
}
.BgClassName
{
background-color: #8BD2AB;
}
</style>
border-color css
<style>
span { border-color: #8BD2AB; }
span { border-color: rgb(139,210,171); }
td.TdClassName
{
border-color: #8BD2AB;
}
.TagClassName
{
border-color: #8BD2AB;
}
</style>