Shades of Vista Blue #9DDFBA
Tints of Vista Blue #9DDFBA
RGB
CMYK
RGB Variations
Color information
#9DDFBA (or 0x9DDFBA) is known color: Vista Blue. HEX triplet: 9D, DF and BA. RGB value is (157,223,186). Sum of RGB (Red+Green+Blue) = 157+223+186=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFBA is #622045. Grayscale: #C7C7C7. Windows color (decimal): -6430790 or 12246941. OLE color: 12246941.
HSL color Cylindrical-coordinate representation of color #9DDFBA: hue angle of 146.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFBA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 186 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.13 |
| HSL | 146.36º | 0.51% | 0.75% | - |
| HSV(B) | 146.36º | 0.3% | 0.87% | - |
| XYZ | 49.16 | 63.49 | 56.12 | - |
| YUV | 199.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 186 | 0.30 | 0 | 0.17 | 0.13 | 146.36 | 0.51 | 0.75 |
| Hex | 9D | DF | BA | 1E | 0 | 11 | D | 92 | 33 | 4B |
| Octal | 235 | 337 | 272 | 36 | 0 | 21 | 15 | 222 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10111010 | 11110 | 0 | 10001 | 1101 | 10010010 | 110011 | 1001011 |
Color Harmonies of #9DDFBA
Complementary color
Monochromatic Colors of #9DDFBA
Black with #9DDFBA
Text Example
Text Example
White with #9DDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFBA; }
p { color: rgb(157,223,186); }
H1.HeaderClassName
{
color: #9DDFBA;
}
.AnyTagClassName
{
color: #9DDFBA;
}
</style>
background-color css
<style>
a { background-color: #9DDFBA; }
a { background-color: rgb(157,223,186); }
div.DivClassName
{
background-color: #9DDFBA;
}
.BgClassName
{
background-color: #9DDFBA;
}
</style>
border-color css
<style>
span { border-color: #9DDFBA; }
span { border-color: rgb(157,223,186); }
td.TdClassName
{
border-color: #9DDFBA;
}
.TagClassName
{
border-color: #9DDFBA;
}
</style>