Shades of Vista Blue #9DCFBC
Tints of Vista Blue #9DCFBC
RGB
CMYK
RGB Variations
Color information
#9DCFBC (or 0x9DCFBC) is known color: Vista Blue. HEX triplet: 9D, CF and BC. RGB value is (157,207,188). Sum of RGB (Red+Green+Blue) = 157+207+188=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFBC is #623043. Grayscale: #BDBDBD. Windows color (decimal): -6434884 or 12373917. OLE color: 12373917.
HSL color Cylindrical-coordinate representation of color #9DCFBC: hue angle of 157.2º 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 #9DCFBC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 188 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.19 |
| HSL | 157.2º | 0.34% | 0.71% | - |
| HSV(B) | 157.2º | 0.24% | 0.81% | - |
| XYZ | 45.29 | 55.42 | 55.89 | - |
| YUV | 189.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 188 | 0.24 | 0 | 0.09 | 0.19 | 157.2 | 0.34 | 0.71 |
| Hex | 9D | CF | BC | 18 | 0 | 9 | 13 | 9D | 22 | 47 |
| Octal | 235 | 317 | 274 | 30 | 0 | 11 | 23 | 235 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10111100 | 11000 | 0 | 1001 | 10011 | 10011101 | 100010 | 1000111 |
Color Harmonies of #9DCFBC
Complementary color
Monochromatic Colors of #9DCFBC
Black with #9DCFBC
Text Example
Text Example
White with #9DCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFBC; }
p { color: rgb(157,207,188); }
H1.HeaderClassName
{
color: #9DCFBC;
}
.AnyTagClassName
{
color: #9DCFBC;
}
</style>
background-color css
<style>
a { background-color: #9DCFBC; }
a { background-color: rgb(157,207,188); }
div.DivClassName
{
background-color: #9DCFBC;
}
.BgClassName
{
background-color: #9DCFBC;
}
</style>
border-color css
<style>
span { border-color: #9DCFBC; }
span { border-color: rgb(157,207,188); }
td.TdClassName
{
border-color: #9DCFBC;
}
.TagClassName
{
border-color: #9DCFBC;
}
</style>