Shades of Vista Blue #8BC9AA
Tints of Vista Blue #8BC9AA
RGB
CMYK
RGB Variations
Color information
#8BC9AA (or 0x8BC9AA) is known color: Vista Blue. HEX triplet: 8B, C9 and AA. RGB value is (139,201,170). Sum of RGB (Red+Green+Blue) = 139+201+170=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC9AA is #743655. Grayscale: #B2B2B2. Windows color (decimal): -7616086 or 11192715. OLE color: 11192715.
HSL color Cylindrical-coordinate representation of color #8BC9AA: hue angle of 150º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC9AA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 170 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.21 |
| HSL | 150º | 0.36% | 0.67% | - |
| HSV(B) | 150º | 0.31% | 0.79% | - |
| XYZ | 38.79 | 50.16 | 45.67 | - |
| YUV | 178.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 170 | 0.31 | 0 | 0.15 | 0.21 | 150 | 0.36 | 0.67 |
| Hex | 8B | C9 | AA | 1F | 0 | F | 15 | 96 | 24 | 43 |
| Octal | 213 | 311 | 252 | 37 | 0 | 17 | 25 | 226 | 44 | 103 |
| Binary | 10001011 | 11001001 | 10101010 | 11111 | 0 | 1111 | 10101 | 10010110 | 100100 | 1000011 |
Color Harmonies of #8BC9AA
Complementary color
Monochromatic Colors of #8BC9AA
Black with #8BC9AA
Text Example
Text Example
White with #8BC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9AA; }
p { color: rgb(139,201,170); }
H1.HeaderClassName
{
color: #8BC9AA;
}
.AnyTagClassName
{
color: #8BC9AA;
}
</style>
background-color css
<style>
a { background-color: #8BC9AA; }
a { background-color: rgb(139,201,170); }
div.DivClassName
{
background-color: #8BC9AA;
}
.BgClassName
{
background-color: #8BC9AA;
}
</style>
border-color css
<style>
span { border-color: #8BC9AA; }
span { border-color: rgb(139,201,170); }
td.TdClassName
{
border-color: #8BC9AA;
}
.TagClassName
{
border-color: #8BC9AA;
}
</style>