Shades of Vista Blue #8DC6AC
Tints of Vista Blue #8DC6AC
RGB
CMYK
RGB Variations
Color information
#8DC6AC (or 0x8DC6AC) is known color: Vista Blue. HEX triplet: 8D, C6 and AC. RGB value is (141,198,172). Sum of RGB (Red+Green+Blue) = 141+198+172=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC6AC is #723953. Grayscale: #B2B2B2. Windows color (decimal): -7485780 or 11323021. OLE color: 11323021.
HSL color Cylindrical-coordinate representation of color #8DC6AC: hue angle of 152.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC6AC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 172 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.22 |
| HSL | 152.63º | 0.33% | 0.66% | - |
| HSV(B) | 152.63º | 0.29% | 0.78% | - |
| XYZ | 38.62 | 49.03 | 46.46 | - |
| YUV | 177.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 172 | 0.29 | 0 | 0.13 | 0.22 | 152.63 | 0.33 | 0.66 |
| Hex | 8D | C6 | AC | 1D | 0 | D | 16 | 99 | 21 | 42 |
| Octal | 215 | 306 | 254 | 35 | 0 | 15 | 26 | 231 | 41 | 102 |
| Binary | 10001101 | 11000110 | 10101100 | 11101 | 0 | 1101 | 10110 | 10011001 | 100001 | 1000010 |
Color Harmonies of #8DC6AC
Complementary color
Monochromatic Colors of #8DC6AC
Black with #8DC6AC
Text Example
Text Example
White with #8DC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC6AC; }
p { color: rgb(141,198,172); }
H1.HeaderClassName
{
color: #8DC6AC;
}
.AnyTagClassName
{
color: #8DC6AC;
}
</style>
background-color css
<style>
a { background-color: #8DC6AC; }
a { background-color: rgb(141,198,172); }
div.DivClassName
{
background-color: #8DC6AC;
}
.BgClassName
{
background-color: #8DC6AC;
}
</style>
border-color css
<style>
span { border-color: #8DC6AC; }
span { border-color: rgb(141,198,172); }
td.TdClassName
{
border-color: #8DC6AC;
}
.TagClassName
{
border-color: #8DC6AC;
}
</style>