Shades of Vista Blue #8DCBAC
Tints of Vista Blue #8DCBAC
RGB
CMYK
RGB Variations
Color information
#8DCBAC (or 0x8DCBAC) is known color: Vista Blue. HEX triplet: 8D, CB and AC. RGB value is (141,203,172). Sum of RGB (Red+Green+Blue) = 141+203+172=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAC is #723453. Grayscale: #B4B4B4. Windows color (decimal): -7484500 or 11324301. OLE color: 11324301.
HSL color Cylindrical-coordinate representation of color #8DCBAC: hue angle of 150º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBAC is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 172 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.20 |
| HSL | 150º | 0.37% | 0.67% | - |
| HSV(B) | 150º | 0.31% | 0.8% | - |
| XYZ | 39.79 | 51.35 | 46.84 | - |
| YUV | 180.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 172 | 0.31 | 0 | 0.15 | 0.20 | 150 | 0.37 | 0.67 |
| Hex | 8D | CB | AC | 1F | 0 | F | 14 | 96 | 25 | 43 |
| Octal | 215 | 313 | 254 | 37 | 0 | 17 | 24 | 226 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10101100 | 11111 | 0 | 1111 | 10100 | 10010110 | 100101 | 1000011 |
Color Harmonies of #8DCBAC
Complementary color
Monochromatic Colors of #8DCBAC
Black with #8DCBAC
Text Example
Text Example
White with #8DCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBAC; }
p { color: rgb(141,203,172); }
H1.HeaderClassName
{
color: #8DCBAC;
}
.AnyTagClassName
{
color: #8DCBAC;
}
</style>
background-color css
<style>
a { background-color: #8DCBAC; }
a { background-color: rgb(141,203,172); }
div.DivClassName
{
background-color: #8DCBAC;
}
.BgClassName
{
background-color: #8DCBAC;
}
</style>
border-color css
<style>
span { border-color: #8DCBAC; }
span { border-color: rgb(141,203,172); }
td.TdClassName
{
border-color: #8DCBAC;
}
.TagClassName
{
border-color: #8DCBAC;
}
</style>