Shades of Vista Blue #9DDABD
Tints of Vista Blue #9DDABD
RGB
CMYK
RGB Variations
Color information
#9DDABD (or 0x9DDABD) is known color: Vista Blue. HEX triplet: 9D, DA and BD. RGB value is (157,218,189). Sum of RGB (Red+Green+Blue) = 157+218+189=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDABD is #622542. Grayscale: #C4C4C4. Windows color (decimal): -6432067 or 12442269. OLE color: 12442269.
HSL color Cylindrical-coordinate representation of color #9DDABD: hue angle of 151.48º 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 #9DDABD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 189 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.15 |
| HSL | 151.48º | 0.45% | 0.74% | - |
| HSV(B) | 151.48º | 0.28% | 0.85% | - |
| XYZ | 48.16 | 60.99 | 57.38 | - |
| YUV | 196.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 189 | 0.28 | 0 | 0.13 | 0.15 | 151.48 | 0.45 | 0.74 |
| Hex | 9D | DA | BD | 1C | 0 | D | F | 97 | 2D | 4A |
| Octal | 235 | 332 | 275 | 34 | 0 | 15 | 17 | 227 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10111101 | 11100 | 0 | 1101 | 1111 | 10010111 | 101101 | 1001010 |
Color Harmonies of #9DDABD
Complementary color
Monochromatic Colors of #9DDABD
Black with #9DDABD
Text Example
Text Example
White with #9DDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDABD; }
p { color: rgb(157,218,189); }
H1.HeaderClassName
{
color: #9DDABD;
}
.AnyTagClassName
{
color: #9DDABD;
}
</style>
background-color css
<style>
a { background-color: #9DDABD; }
a { background-color: rgb(157,218,189); }
div.DivClassName
{
background-color: #9DDABD;
}
.BgClassName
{
background-color: #9DDABD;
}
</style>
border-color css
<style>
span { border-color: #9DDABD; }
span { border-color: rgb(157,218,189); }
td.TdClassName
{
border-color: #9DDABD;
}
.TagClassName
{
border-color: #9DDABD;
}
</style>