Shades of Vista Blue #8BCDA9
Tints of Vista Blue #8BCDA9
RGB
CMYK
RGB Variations
Color information
#8BCDA9 (or 0x8BCDA9) is known color: Vista Blue. HEX triplet: 8B, CD and A9. RGB value is (139,205,169). Sum of RGB (Red+Green+Blue) = 139+205+169=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA9 is #743256. Grayscale: #B5B5B5. Windows color (decimal): -7615063 or 11128203. OLE color: 11128203.
HSL color Cylindrical-coordinate representation of color #8BCDA9: hue angle of 147.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDA9 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 169 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.20 |
| HSL | 147.27º | 0.4% | 0.67% | - |
| HSV(B) | 147.27º | 0.32% | 0.8% | - |
| XYZ | 39.64 | 52.02 | 45.49 | - |
| YUV | 181.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 169 | 0.32 | 0 | 0.18 | 0.20 | 147.27 | 0.4 | 0.67 |
| Hex | 8B | CD | A9 | 20 | 0 | 12 | 14 | 93 | 28 | 43 |
| Octal | 213 | 315 | 251 | 40 | 0 | 22 | 24 | 223 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10101001 | 100000 | 0 | 10010 | 10100 | 10010011 | 101000 | 1000011 |
Color Harmonies of #8BCDA9
Complementary color
Monochromatic Colors of #8BCDA9
Black with #8BCDA9
Text Example
Text Example
White with #8BCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDA9; }
p { color: rgb(139,205,169); }
H1.HeaderClassName
{
color: #8BCDA9;
}
.AnyTagClassName
{
color: #8BCDA9;
}
</style>
background-color css
<style>
a { background-color: #8BCDA9; }
a { background-color: rgb(139,205,169); }
div.DivClassName
{
background-color: #8BCDA9;
}
.BgClassName
{
background-color: #8BCDA9;
}
</style>
border-color css
<style>
span { border-color: #8BCDA9; }
span { border-color: rgb(139,205,169); }
td.TdClassName
{
border-color: #8BCDA9;
}
.TagClassName
{
border-color: #8BCDA9;
}
</style>