Shades of Vista Blue #9DCFBA
Tints of Vista Blue #9DCFBA
RGB
CMYK
RGB Variations
Color information
#9DCFBA (or 0x9DCFBA) is known color: Vista Blue. HEX triplet: 9D, CF and BA. RGB value is (157,207,186). Sum of RGB (Red+Green+Blue) = 157+207+186=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFBA is #623045. Grayscale: #BDBDBD. Windows color (decimal): -6434886 or 12242845. OLE color: 12242845.
HSL color Cylindrical-coordinate representation of color #9DCFBA: hue angle of 154.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCFBA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 186 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.19 |
| HSL | 154.8º | 0.34% | 0.71% | - |
| HSV(B) | 154.8º | 0.24% | 0.81% | - |
| XYZ | 45.08 | 55.34 | 54.76 | - |
| YUV | 189.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 186 | 0.24 | 0 | 0.10 | 0.19 | 154.8 | 0.34 | 0.71 |
| Hex | 9D | CF | BA | 18 | 0 | A | 13 | 9B | 22 | 47 |
| Octal | 235 | 317 | 272 | 30 | 0 | 12 | 23 | 233 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10111010 | 11000 | 0 | 1010 | 10011 | 10011011 | 100010 | 1000111 |
Color Harmonies of #9DCFBA
Complementary color
Monochromatic Colors of #9DCFBA
Black with #9DCFBA
Text Example
Text Example
White with #9DCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFBA; }
p { color: rgb(157,207,186); }
H1.HeaderClassName
{
color: #9DCFBA;
}
.AnyTagClassName
{
color: #9DCFBA;
}
</style>
background-color css
<style>
a { background-color: #9DCFBA; }
a { background-color: rgb(157,207,186); }
div.DivClassName
{
background-color: #9DCFBA;
}
.BgClassName
{
background-color: #9DCFBA;
}
</style>
border-color css
<style>
span { border-color: #9DCFBA; }
span { border-color: rgb(157,207,186); }
td.TdClassName
{
border-color: #9DCFBA;
}
.TagClassName
{
border-color: #9DCFBA;
}
</style>