Shades of Vista Blue #9DCBAF
Tints of Vista Blue #9DCBAF
RGB
CMYK
RGB Variations
Color information
#9DCBAF (or 0x9DCBAF) is known color: Vista Blue. HEX triplet: 9D, CB and AF. RGB value is (157,203,175). Sum of RGB (Red+Green+Blue) = 157+203+175=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAF is #623450. Grayscale: #BABABA. Windows color (decimal): -6435921 or 11520925. OLE color: 11520925.
HSL color Cylindrical-coordinate representation of color #9DCBAF: hue angle of 143.48º degrees, saturation: 0.31, 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 #9DCBAF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 175 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.20 |
| HSL | 143.48º | 0.31% | 0.71% | - |
| HSV(B) | 143.48º | 0.23% | 0.8% | - |
| XYZ | 43 | 52.98 | 48.52 | - |
| YUV | 186.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 175 | 0.23 | 0 | 0.14 | 0.20 | 143.48 | 0.31 | 0.71 |
| Hex | 9D | CB | AF | 17 | 0 | E | 14 | 8F | 1F | 47 |
| Octal | 235 | 313 | 257 | 27 | 0 | 16 | 24 | 217 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10101111 | 10111 | 0 | 1110 | 10100 | 10001111 | 11111 | 1000111 |
Color Harmonies of #9DCBAF
Complementary color
Monochromatic Colors of #9DCBAF
Black with #9DCBAF
Text Example
Text Example
White with #9DCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBAF; }
p { color: rgb(157,203,175); }
H1.HeaderClassName
{
color: #9DCBAF;
}
.AnyTagClassName
{
color: #9DCBAF;
}
</style>
background-color css
<style>
a { background-color: #9DCBAF; }
a { background-color: rgb(157,203,175); }
div.DivClassName
{
background-color: #9DCBAF;
}
.BgClassName
{
background-color: #9DCBAF;
}
</style>
border-color css
<style>
span { border-color: #9DCBAF; }
span { border-color: rgb(157,203,175); }
td.TdClassName
{
border-color: #9DCBAF;
}
.TagClassName
{
border-color: #9DCBAF;
}
</style>