Shades of Vista Blue #8BCDAA
Tints of Vista Blue #8BCDAA
RGB
CMYK
RGB Variations
Color information
#8BCDAA (or 0x8BCDAA) is known color: Vista Blue. HEX triplet: 8B, CD and AA. RGB value is (139,205,170). Sum of RGB (Red+Green+Blue) = 139+205+170=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDAA is #743255. Grayscale: #B5B5B5. Windows color (decimal): -7615062 or 11193739. OLE color: 11193739.
HSL color Cylindrical-coordinate representation of color #8BCDAA: hue angle of 148.18º 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 #8BCDAA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 170 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.20 |
| HSL | 148.18º | 0.4% | 0.67% | - |
| HSV(B) | 148.18º | 0.32% | 0.8% | - |
| XYZ | 39.73 | 52.05 | 45.98 | - |
| YUV | 181.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 170 | 0.32 | 0 | 0.17 | 0.20 | 148.18 | 0.4 | 0.67 |
| Hex | 8B | CD | AA | 20 | 0 | 11 | 14 | 94 | 28 | 43 |
| Octal | 213 | 315 | 252 | 40 | 0 | 21 | 24 | 224 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10101010 | 100000 | 0 | 10001 | 10100 | 10010100 | 101000 | 1000011 |
Color Harmonies of #8BCDAA
Complementary color
Monochromatic Colors of #8BCDAA
Black with #8BCDAA
Text Example
Text Example
White with #8BCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDAA; }
p { color: rgb(139,205,170); }
H1.HeaderClassName
{
color: #8BCDAA;
}
.AnyTagClassName
{
color: #8BCDAA;
}
</style>
background-color css
<style>
a { background-color: #8BCDAA; }
a { background-color: rgb(139,205,170); }
div.DivClassName
{
background-color: #8BCDAA;
}
.BgClassName
{
background-color: #8BCDAA;
}
</style>
border-color css
<style>
span { border-color: #8BCDAA; }
span { border-color: rgb(139,205,170); }
td.TdClassName
{
border-color: #8BCDAA;
}
.TagClassName
{
border-color: #8BCDAA;
}
</style>