Shades of Vista Blue #8DCAA7
Tints of Vista Blue #8DCAA7
RGB
CMYK
RGB Variations
Color information
#8DCAA7 (or 0x8DCAA7) is known color: Vista Blue. HEX triplet: 8D, CA and A7. RGB value is (141,202,167). Sum of RGB (Red+Green+Blue) = 141+202+167=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAA7 is #723558. Grayscale: #B3B3B3. Windows color (decimal): -7484761 or 10996365. OLE color: 10996365.
HSL color Cylindrical-coordinate representation of color #8DCAA7: hue angle of 145.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAA7 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 167 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.21 |
| HSL | 145.57º | 0.37% | 0.67% | - |
| HSV(B) | 145.57º | 0.3% | 0.79% | - |
| XYZ | 39.08 | 50.69 | 44.28 | - |
| YUV | 179.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 167 | 0.30 | 0 | 0.17 | 0.21 | 145.57 | 0.37 | 0.67 |
| Hex | 8D | CA | A7 | 1E | 0 | 11 | 15 | 92 | 25 | 43 |
| Octal | 215 | 312 | 247 | 36 | 0 | 21 | 25 | 222 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10100111 | 11110 | 0 | 10001 | 10101 | 10010010 | 100101 | 1000011 |
Color Harmonies of #8DCAA7
Complementary color
Monochromatic Colors of #8DCAA7
Black with #8DCAA7
Text Example
Text Example
White with #8DCAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAA7; }
p { color: rgb(141,202,167); }
H1.HeaderClassName
{
color: #8DCAA7;
}
.AnyTagClassName
{
color: #8DCAA7;
}
</style>
background-color css
<style>
a { background-color: #8DCAA7; }
a { background-color: rgb(141,202,167); }
div.DivClassName
{
background-color: #8DCAA7;
}
.BgClassName
{
background-color: #8DCAA7;
}
</style>
border-color css
<style>
span { border-color: #8DCAA7; }
span { border-color: rgb(141,202,167); }
td.TdClassName
{
border-color: #8DCAA7;
}
.TagClassName
{
border-color: #8DCAA7;
}
</style>