Shades of Vista Blue #8BC5AC
Tints of Vista Blue #8BC5AC
RGB
CMYK
RGB Variations
Color information
#8BC5AC (or 0x8BC5AC) is known color: Vista Blue. HEX triplet: 8B, C5 and AC. RGB value is (139,197,172). Sum of RGB (Red+Green+Blue) = 139+197+172=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC5AC is #743A53. Grayscale: #B0B0B0. Windows color (decimal): -7617108 or 11322763. OLE color: 11322763.
HSL color Cylindrical-coordinate representation of color #8BC5AC: hue angle of 154.14º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC5AC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 172 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.23 |
| HSL | 154.14º | 0.33% | 0.66% | - |
| HSV(B) | 154.14º | 0.29% | 0.77% | - |
| XYZ | 38.06 | 48.4 | 46.37 | - |
| YUV | 176.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 172 | 0.29 | 0 | 0.13 | 0.23 | 154.14 | 0.33 | 0.66 |
| Hex | 8B | C5 | AC | 1D | 0 | D | 17 | 9A | 21 | 42 |
| Octal | 213 | 305 | 254 | 35 | 0 | 15 | 27 | 232 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10101100 | 11101 | 0 | 1101 | 10111 | 10011010 | 100001 | 1000010 |
Color Harmonies of #8BC5AC
Complementary color
Monochromatic Colors of #8BC5AC
Black with #8BC5AC
Text Example
Text Example
White with #8BC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5AC; }
p { color: rgb(139,197,172); }
H1.HeaderClassName
{
color: #8BC5AC;
}
.AnyTagClassName
{
color: #8BC5AC;
}
</style>
background-color css
<style>
a { background-color: #8BC5AC; }
a { background-color: rgb(139,197,172); }
div.DivClassName
{
background-color: #8BC5AC;
}
.BgClassName
{
background-color: #8BC5AC;
}
</style>
border-color css
<style>
span { border-color: #8BC5AC; }
span { border-color: rgb(139,197,172); }
td.TdClassName
{
border-color: #8BC5AC;
}
.TagClassName
{
border-color: #8BC5AC;
}
</style>