Shades of Vista Blue #8BDAA9
Tints of Vista Blue #8BDAA9
RGB
CMYK
RGB Variations
Color information
#8BDAA9 (or 0x8BDAA9) is known color: Vista Blue. HEX triplet: 8B, DA and A9. RGB value is (139,218,169). Sum of RGB (Red+Green+Blue) = 139+218+169=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDAA9 is #742556. Grayscale: #BCBCBC. Windows color (decimal): -7611735 or 11131531. OLE color: 11131531.
HSL color Cylindrical-coordinate representation of color #8BDAA9: hue angle of 142.78º degrees, saturation: 0.52, 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 #8BDAA9 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 169 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.15 |
| HSL | 142.78º | 0.52% | 0.7% | - |
| HSV(B) | 142.78º | 0.36% | 0.85% | - |
| XYZ | 42.88 | 58.5 | 46.57 | - |
| YUV | 188.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 169 | 0.36 | 0 | 0.22 | 0.15 | 142.78 | 0.52 | 0.7 |
| Hex | 8B | DA | A9 | 24 | 0 | 16 | F | 8F | 34 | 46 |
| Octal | 213 | 332 | 251 | 44 | 0 | 26 | 17 | 217 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10101001 | 100100 | 0 | 10110 | 1111 | 10001111 | 110100 | 1000110 |
Color Harmonies of #8BDAA9
Complementary color
Monochromatic Colors of #8BDAA9
Black with #8BDAA9
Text Example
Text Example
White with #8BDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAA9; }
p { color: rgb(139,218,169); }
H1.HeaderClassName
{
color: #8BDAA9;
}
.AnyTagClassName
{
color: #8BDAA9;
}
</style>
background-color css
<style>
a { background-color: #8BDAA9; }
a { background-color: rgb(139,218,169); }
div.DivClassName
{
background-color: #8BDAA9;
}
.BgClassName
{
background-color: #8BDAA9;
}
</style>
border-color css
<style>
span { border-color: #8BDAA9; }
span { border-color: rgb(139,218,169); }
td.TdClassName
{
border-color: #8BDAA9;
}
.TagClassName
{
border-color: #8BDAA9;
}
</style>