Shades of Vista Blue #9DCAAF
Tints of Vista Blue #9DCAAF
RGB
CMYK
RGB Variations
Color information
#9DCAAF (or 0x9DCAAF) is known color: Vista Blue. HEX triplet: 9D, CA and AF. RGB value is (157,202,175). Sum of RGB (Red+Green+Blue) = 157+202+175=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAAF is #623550. Grayscale: #B9B9B9. Windows color (decimal): -6436177 or 11520669. OLE color: 11520669.
HSL color Cylindrical-coordinate representation of color #9DCAAF: hue angle of 144º degrees, saturation: 0.3, 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 #9DCAAF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 175 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.21 |
| HSL | 144º | 0.3% | 0.7% | - |
| HSV(B) | 144º | 0.22% | 0.79% | - |
| XYZ | 42.76 | 52.5 | 48.44 | - |
| YUV | 185.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 175 | 0.22 | 0 | 0.13 | 0.21 | 144 | 0.3 | 0.7 |
| Hex | 9D | CA | AF | 16 | 0 | D | 15 | 90 | 1E | 46 |
| Octal | 235 | 312 | 257 | 26 | 0 | 15 | 25 | 220 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10101111 | 10110 | 0 | 1101 | 10101 | 10010000 | 11110 | 1000110 |
Color Harmonies of #9DCAAF
Complementary color
Monochromatic Colors of #9DCAAF
Black with #9DCAAF
Text Example
Text Example
White with #9DCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAAF; }
p { color: rgb(157,202,175); }
H1.HeaderClassName
{
color: #9DCAAF;
}
.AnyTagClassName
{
color: #9DCAAF;
}
</style>
background-color css
<style>
a { background-color: #9DCAAF; }
a { background-color: rgb(157,202,175); }
div.DivClassName
{
background-color: #9DCAAF;
}
.BgClassName
{
background-color: #9DCAAF;
}
</style>
border-color css
<style>
span { border-color: #9DCAAF; }
span { border-color: rgb(157,202,175); }
td.TdClassName
{
border-color: #9DCAAF;
}
.TagClassName
{
border-color: #9DCAAF;
}
</style>