Shades of Vista Blue #9DDFBB
Tints of Vista Blue #9DDFBB
RGB
CMYK
RGB Variations
Color information
#9DDFBB (or 0x9DDFBB) is known color: Vista Blue. HEX triplet: 9D, DF and BB. RGB value is (157,223,187). Sum of RGB (Red+Green+Blue) = 157+223+187=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFBB is #622044. Grayscale: #C7C7C7. Windows color (decimal): -6430789 or 12312477. OLE color: 12312477.
HSL color Cylindrical-coordinate representation of color #9DDFBB: hue angle of 147.27º 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 #9DDFBB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 187 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.13 |
| HSL | 147.27º | 0.51% | 0.75% | - |
| HSV(B) | 147.27º | 0.3% | 0.87% | - |
| XYZ | 49.26 | 63.53 | 56.68 | - |
| YUV | 199.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 187 | 0.30 | 0 | 0.16 | 0.13 | 147.27 | 0.51 | 0.75 |
| Hex | 9D | DF | BB | 1E | 0 | 10 | D | 93 | 33 | 4B |
| Octal | 235 | 337 | 273 | 36 | 0 | 20 | 15 | 223 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10111011 | 11110 | 0 | 10000 | 1101 | 10010011 | 110011 | 1001011 |
Color Harmonies of #9DDFBB
Complementary color
Monochromatic Colors of #9DDFBB
Black with #9DDFBB
Text Example
Text Example
White with #9DDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFBB; }
p { color: rgb(157,223,187); }
H1.HeaderClassName
{
color: #9DDFBB;
}
.AnyTagClassName
{
color: #9DDFBB;
}
</style>
background-color css
<style>
a { background-color: #9DDFBB; }
a { background-color: rgb(157,223,187); }
div.DivClassName
{
background-color: #9DDFBB;
}
.BgClassName
{
background-color: #9DDFBB;
}
</style>
border-color css
<style>
span { border-color: #9DDFBB; }
span { border-color: rgb(157,223,187); }
td.TdClassName
{
border-color: #9DDFBB;
}
.TagClassName
{
border-color: #9DDFBB;
}
</style>