Shades of Vista Blue #9DC7AD
Tints of Vista Blue #9DC7AD
RGB
CMYK
RGB Variations
Color information
#9DC7AD (or 0x9DC7AD) is known color: Vista Blue. HEX triplet: 9D, C7 and AD. RGB value is (157,199,173). Sum of RGB (Red+Green+Blue) = 157+199+173=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC7AD is #623852. Grayscale: #B7B7B7. Windows color (decimal): -6436947 or 11388829. OLE color: 11388829.
HSL color Cylindrical-coordinate representation of color #9DC7AD: hue angle of 142.86º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC7AD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 199 | 173 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.22 |
| HSL | 142.86º | 0.27% | 0.7% | - |
| HSV(B) | 142.86º | 0.21% | 0.78% | - |
| XYZ | 41.87 | 51.03 | 47.18 | - |
| YUV | 183.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 173 | 0.21 | 0 | 0.13 | 0.22 | 142.86 | 0.27 | 0.7 |
| Hex | 9D | C7 | AD | 15 | 0 | D | 16 | 8F | 1B | 46 |
| Octal | 235 | 307 | 255 | 25 | 0 | 15 | 26 | 217 | 33 | 106 |
| Binary | 10011101 | 11000111 | 10101101 | 10101 | 0 | 1101 | 10110 | 10001111 | 11011 | 1000110 |
Color Harmonies of #9DC7AD
Complementary color
Monochromatic Colors of #9DC7AD
Black with #9DC7AD
Text Example
Text Example
White with #9DC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC7AD; }
p { color: rgb(157,199,173); }
H1.HeaderClassName
{
color: #9DC7AD;
}
.AnyTagClassName
{
color: #9DC7AD;
}
</style>
background-color css
<style>
a { background-color: #9DC7AD; }
a { background-color: rgb(157,199,173); }
div.DivClassName
{
background-color: #9DC7AD;
}
.BgClassName
{
background-color: #9DC7AD;
}
</style>
border-color css
<style>
span { border-color: #9DC7AD; }
span { border-color: rgb(157,199,173); }
td.TdClassName
{
border-color: #9DC7AD;
}
.TagClassName
{
border-color: #9DC7AD;
}
</style>