Shades of Vista Blue #8BD5A9
Tints of Vista Blue #8BD5A9
RGB
CMYK
RGB Variations
Color information
#8BD5A9 (or 0x8BD5A9) is known color: Vista Blue. HEX triplet: 8B, D5 and A9. RGB value is (139,213,169). Sum of RGB (Red+Green+Blue) = 139+213+169=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD5A9 is #742A56. Grayscale: #B9B9B9. Windows color (decimal): -7613015 or 11130251. OLE color: 11130251.
HSL color Cylindrical-coordinate representation of color #8BD5A9: hue angle of 144.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD5A9 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 169 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.16 |
| HSL | 144.32º | 0.47% | 0.69% | - |
| HSV(B) | 144.32º | 0.35% | 0.84% | - |
| XYZ | 41.6 | 55.94 | 46.14 | - |
| YUV | 185.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 169 | 0.35 | 0 | 0.21 | 0.16 | 144.32 | 0.47 | 0.69 |
| Hex | 8B | D5 | A9 | 23 | 0 | 15 | 10 | 90 | 2F | 45 |
| Octal | 213 | 325 | 251 | 43 | 0 | 25 | 20 | 220 | 57 | 105 |
| Binary | 10001011 | 11010101 | 10101001 | 100011 | 0 | 10101 | 10000 | 10010000 | 101111 | 1000101 |
Color Harmonies of #8BD5A9
Complementary color
Monochromatic Colors of #8BD5A9
Black with #8BD5A9
Text Example
Text Example
White with #8BD5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5A9; }
p { color: rgb(139,213,169); }
H1.HeaderClassName
{
color: #8BD5A9;
}
.AnyTagClassName
{
color: #8BD5A9;
}
</style>
background-color css
<style>
a { background-color: #8BD5A9; }
a { background-color: rgb(139,213,169); }
div.DivClassName
{
background-color: #8BD5A9;
}
.BgClassName
{
background-color: #8BD5A9;
}
</style>
border-color css
<style>
span { border-color: #8BD5A9; }
span { border-color: rgb(139,213,169); }
td.TdClassName
{
border-color: #8BD5A9;
}
.TagClassName
{
border-color: #8BD5A9;
}
</style>