Shades of Vista Blue #9DC9AF
Tints of Vista Blue #9DC9AF
RGB
CMYK
RGB Variations
Color information
#9DC9AF (or 0x9DC9AF) is known color: Vista Blue. HEX triplet: 9D, C9 and AF. RGB value is (157,201,175). Sum of RGB (Red+Green+Blue) = 157+201+175=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9AF is #623650. Grayscale: #B8B8B8. Windows color (decimal): -6436433 or 11520413. OLE color: 11520413.
HSL color Cylindrical-coordinate representation of color #9DC9AF: hue angle of 144.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9AF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 175 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.21 |
| HSL | 144.55º | 0.29% | 0.7% | - |
| HSV(B) | 144.55º | 0.22% | 0.79% | - |
| XYZ | 42.53 | 52.04 | 48.36 | - |
| YUV | 184.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 175 | 0.22 | 0 | 0.13 | 0.21 | 144.55 | 0.29 | 0.7 |
| Hex | 9D | C9 | AF | 16 | 0 | D | 15 | 91 | 1D | 46 |
| Octal | 235 | 311 | 257 | 26 | 0 | 15 | 25 | 221 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10101111 | 10110 | 0 | 1101 | 10101 | 10010001 | 11101 | 1000110 |
Color Harmonies of #9DC9AF
Complementary color
Monochromatic Colors of #9DC9AF
Black with #9DC9AF
Text Example
Text Example
White with #9DC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC9AF; }
p { color: rgb(157,201,175); }
H1.HeaderClassName
{
color: #9DC9AF;
}
.AnyTagClassName
{
color: #9DC9AF;
}
</style>
background-color css
<style>
a { background-color: #9DC9AF; }
a { background-color: rgb(157,201,175); }
div.DivClassName
{
background-color: #9DC9AF;
}
.BgClassName
{
background-color: #9DC9AF;
}
</style>
border-color css
<style>
span { border-color: #9DC9AF; }
span { border-color: rgb(157,201,175); }
td.TdClassName
{
border-color: #9DC9AF;
}
.TagClassName
{
border-color: #9DC9AF;
}
</style>