Shades of Vista Blue #8BC7AC
Tints of Vista Blue #8BC7AC
RGB
CMYK
RGB Variations
Color information
#8BC7AC (or 0x8BC7AC) is known color: Vista Blue. HEX triplet: 8B, C7 and AC. RGB value is (139,199,172). Sum of RGB (Red+Green+Blue) = 139+199+172=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC7AC is #743853. Grayscale: #B2B2B2. Windows color (decimal): -7616596 or 11323275. OLE color: 11323275.
HSL color Cylindrical-coordinate representation of color #8BC7AC: hue angle of 153º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC7AC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 172 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.22 |
| HSL | 153º | 0.35% | 0.66% | - |
| HSV(B) | 153º | 0.3% | 0.78% | - |
| XYZ | 38.52 | 49.31 | 46.52 | - |
| YUV | 177.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 172 | 0.30 | 0 | 0.14 | 0.22 | 153 | 0.35 | 0.66 |
| Hex | 8B | C7 | AC | 1E | 0 | E | 16 | 99 | 23 | 42 |
| Octal | 213 | 307 | 254 | 36 | 0 | 16 | 26 | 231 | 43 | 102 |
| Binary | 10001011 | 11000111 | 10101100 | 11110 | 0 | 1110 | 10110 | 10011001 | 100011 | 1000010 |
Color Harmonies of #8BC7AC
Complementary color
Monochromatic Colors of #8BC7AC
Black with #8BC7AC
Text Example
Text Example
White with #8BC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7AC; }
p { color: rgb(139,199,172); }
H1.HeaderClassName
{
color: #8BC7AC;
}
.AnyTagClassName
{
color: #8BC7AC;
}
</style>
background-color css
<style>
a { background-color: #8BC7AC; }
a { background-color: rgb(139,199,172); }
div.DivClassName
{
background-color: #8BC7AC;
}
.BgClassName
{
background-color: #8BC7AC;
}
</style>
border-color css
<style>
span { border-color: #8BC7AC; }
span { border-color: rgb(139,199,172); }
td.TdClassName
{
border-color: #8BC7AC;
}
.TagClassName
{
border-color: #8BC7AC;
}
</style>