Shades of Vista Blue #9DDAB7
Tints of Vista Blue #9DDAB7
RGB
CMYK
RGB Variations
Color information
#9DDAB7 (or 0x9DDAB7) is known color: Vista Blue. HEX triplet: 9D, DA and B7. RGB value is (157,218,183). Sum of RGB (Red+Green+Blue) = 157+218+183=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAB7 is #622548. Grayscale: #C3C3C3. Windows color (decimal): -6432073 or 12049053. OLE color: 12049053.
HSL color Cylindrical-coordinate representation of color #9DDAB7: hue angle of 145.57º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAB7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 183 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.15 |
| HSL | 145.57º | 0.45% | 0.74% | - |
| HSV(B) | 145.57º | 0.28% | 0.85% | - |
| XYZ | 47.52 | 60.73 | 54.02 | - |
| YUV | 195.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 183 | 0.28 | 0 | 0.16 | 0.15 | 145.57 | 0.45 | 0.74 |
| Hex | 9D | DA | B7 | 1C | 0 | 10 | F | 92 | 2D | 4A |
| Octal | 235 | 332 | 267 | 34 | 0 | 20 | 17 | 222 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10110111 | 11100 | 0 | 10000 | 1111 | 10010010 | 101101 | 1001010 |
Color Harmonies of #9DDAB7
Complementary color
Monochromatic Colors of #9DDAB7
Black with #9DDAB7
Text Example
Text Example
White with #9DDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAB7; }
p { color: rgb(157,218,183); }
H1.HeaderClassName
{
color: #9DDAB7;
}
.AnyTagClassName
{
color: #9DDAB7;
}
</style>
background-color css
<style>
a { background-color: #9DDAB7; }
a { background-color: rgb(157,218,183); }
div.DivClassName
{
background-color: #9DDAB7;
}
.BgClassName
{
background-color: #9DDAB7;
}
</style>
border-color css
<style>
span { border-color: #9DDAB7; }
span { border-color: rgb(157,218,183); }
td.TdClassName
{
border-color: #9DDAB7;
}
.TagClassName
{
border-color: #9DDAB7;
}
</style>