Shades of Vista Blue #8BD2A9
Tints of Vista Blue #8BD2A9
RGB
CMYK
RGB Variations
Color information
#8BD2A9 (or 0x8BD2A9) is known color: Vista Blue. HEX triplet: 8B, D2 and A9. RGB value is (139,210,169). Sum of RGB (Red+Green+Blue) = 139+210+169=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD2A9 is #742D56. Grayscale: #B8B8B8. Windows color (decimal): -7613783 or 11129483. OLE color: 11129483.
HSL color Cylindrical-coordinate representation of color #8BD2A9: hue angle of 145.35º 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 #8BD2A9 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 169 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.18 |
| HSL | 145.35º | 0.44% | 0.68% | - |
| HSV(B) | 145.35º | 0.34% | 0.82% | - |
| XYZ | 40.86 | 54.45 | 45.89 | - |
| YUV | 184.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 169 | 0.34 | 0 | 0.20 | 0.18 | 145.35 | 0.44 | 0.68 |
| Hex | 8B | D2 | A9 | 22 | 0 | 14 | 12 | 91 | 2C | 44 |
| Octal | 213 | 322 | 251 | 42 | 0 | 24 | 22 | 221 | 54 | 104 |
| Binary | 10001011 | 11010010 | 10101001 | 100010 | 0 | 10100 | 10010 | 10010001 | 101100 | 1000100 |
Color Harmonies of #8BD2A9
Complementary color
Monochromatic Colors of #8BD2A9
Black with #8BD2A9
Text Example
Text Example
White with #8BD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2A9; }
p { color: rgb(139,210,169); }
H1.HeaderClassName
{
color: #8BD2A9;
}
.AnyTagClassName
{
color: #8BD2A9;
}
</style>
background-color css
<style>
a { background-color: #8BD2A9; }
a { background-color: rgb(139,210,169); }
div.DivClassName
{
background-color: #8BD2A9;
}
.BgClassName
{
background-color: #8BD2A9;
}
</style>
border-color css
<style>
span { border-color: #8BD2A9; }
span { border-color: rgb(139,210,169); }
td.TdClassName
{
border-color: #8BD2A9;
}
.TagClassName
{
border-color: #8BD2A9;
}
</style>