Shades of Vista Blue #9DCCAF
Tints of Vista Blue #9DCCAF
RGB
CMYK
RGB Variations
Color information
#9DCCAF (or 0x9DCCAF) is known color: Vista Blue. HEX triplet: 9D, CC and AF. RGB value is (157,204,175). Sum of RGB (Red+Green+Blue) = 157+204+175=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCAF is #623350. Grayscale: #BABABA. Windows color (decimal): -6435665 or 11521181. OLE color: 11521181.
HSL color Cylindrical-coordinate representation of color #9DCCAF: hue angle of 142.98º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCAF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 175 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.2 |
| HSL | 142.98º | 0.32% | 0.71% | - |
| HSV(B) | 142.98º | 0.23% | 0.8% | - |
| XYZ | 43.24 | 53.45 | 48.6 | - |
| YUV | 186.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 175 | 0.23 | 0 | 0.14 | 0.2 | 142.98 | 0.32 | 0.71 |
| Hex | 9D | CC | AF | 17 | 0 | E | 14 | 8F | 20 | 47 |
| Octal | 235 | 314 | 257 | 27 | 0 | 16 | 24 | 217 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10101111 | 10111 | 0 | 1110 | 10100 | 10001111 | 100000 | 1000111 |
Color Harmonies of #9DCCAF
Complementary color
Monochromatic Colors of #9DCCAF
Black with #9DCCAF
Text Example
Text Example
White with #9DCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCAF; }
p { color: rgb(157,204,175); }
H1.HeaderClassName
{
color: #9DCCAF;
}
.AnyTagClassName
{
color: #9DCCAF;
}
</style>
background-color css
<style>
a { background-color: #9DCCAF; }
a { background-color: rgb(157,204,175); }
div.DivClassName
{
background-color: #9DCCAF;
}
.BgClassName
{
background-color: #9DCCAF;
}
</style>
border-color css
<style>
span { border-color: #9DCCAF; }
span { border-color: rgb(157,204,175); }
td.TdClassName
{
border-color: #9DCCAF;
}
.TagClassName
{
border-color: #9DCCAF;
}
</style>