Shades of Vista Blue #8BD9A5
Tints of Vista Blue #8BD9A5
RGB
CMYK
RGB Variations
Color information
#8BD9A5 (or 0x8BD9A5) is known color: Vista Blue. HEX triplet: 8B, D9 and A5. RGB value is (139,217,165). Sum of RGB (Red+Green+Blue) = 139+217+165=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD9A5 is #74265A. Grayscale: #BBBBBB. Windows color (decimal): -7611995 or 10869131. OLE color: 10869131.
HSL color Cylindrical-coordinate representation of color #8BD9A5: hue angle of 140º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9A5 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 165 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.15 |
| HSL | 140º | 0.51% | 0.7% | - |
| HSV(B) | 140º | 0.36% | 0.85% | - |
| XYZ | 42.25 | 57.83 | 44.53 | - |
| YUV | 187.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 165 | 0.36 | 0 | 0.24 | 0.15 | 140 | 0.51 | 0.7 |
| Hex | 8B | D9 | A5 | 24 | 0 | 18 | F | 8C | 33 | 46 |
| Octal | 213 | 331 | 245 | 44 | 0 | 30 | 17 | 214 | 63 | 106 |
| Binary | 10001011 | 11011001 | 10100101 | 100100 | 0 | 11000 | 1111 | 10001100 | 110011 | 1000110 |
Color Harmonies of #8BD9A5
Complementary color
Monochromatic Colors of #8BD9A5
Black with #8BD9A5
Text Example
Text Example
White with #8BD9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD9A5; }
p { color: rgb(139,217,165); }
H1.HeaderClassName
{
color: #8BD9A5;
}
.AnyTagClassName
{
color: #8BD9A5;
}
</style>
background-color css
<style>
a { background-color: #8BD9A5; }
a { background-color: rgb(139,217,165); }
div.DivClassName
{
background-color: #8BD9A5;
}
.BgClassName
{
background-color: #8BD9A5;
}
</style>
border-color css
<style>
span { border-color: #8BD9A5; }
span { border-color: rgb(139,217,165); }
td.TdClassName
{
border-color: #8BD9A5;
}
.TagClassName
{
border-color: #8BD9A5;
}
</style>