Shades of Vista Blue #9DDFB7
Tints of Vista Blue #9DDFB7
RGB
CMYK
RGB Variations
Color information
#9DDFB7 (or 0x9DDFB7) is known color: Vista Blue. HEX triplet: 9D, DF and B7. RGB value is (157,223,183). Sum of RGB (Red+Green+Blue) = 157+223+183=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB7 is #622048. Grayscale: #C6C6C6. Windows color (decimal): -6430793 or 12050333. OLE color: 12050333.
HSL color Cylindrical-coordinate representation of color #9DDFB7: hue angle of 143.64º 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 #9DDFB7 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 183 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.13 |
| HSL | 143.64º | 0.51% | 0.75% | - |
| HSV(B) | 143.64º | 0.3% | 0.87% | - |
| XYZ | 48.84 | 63.36 | 54.46 | - |
| YUV | 198.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 183 | 0.30 | 0 | 0.18 | 0.13 | 143.64 | 0.51 | 0.75 |
| Hex | 9D | DF | B7 | 1E | 0 | 12 | D | 90 | 33 | 4B |
| Octal | 235 | 337 | 267 | 36 | 0 | 22 | 15 | 220 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10110111 | 11110 | 0 | 10010 | 1101 | 10010000 | 110011 | 1001011 |
Color Harmonies of #9DDFB7
Complementary color
Monochromatic Colors of #9DDFB7
Black with #9DDFB7
Text Example
Text Example
White with #9DDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFB7; }
p { color: rgb(157,223,183); }
H1.HeaderClassName
{
color: #9DDFB7;
}
.AnyTagClassName
{
color: #9DDFB7;
}
</style>
background-color css
<style>
a { background-color: #9DDFB7; }
a { background-color: rgb(157,223,183); }
div.DivClassName
{
background-color: #9DDFB7;
}
.BgClassName
{
background-color: #9DDFB7;
}
</style>
border-color css
<style>
span { border-color: #9DDFB7; }
span { border-color: rgb(157,223,183); }
td.TdClassName
{
border-color: #9DDFB7;
}
.TagClassName
{
border-color: #9DDFB7;
}
</style>