Shades of Vista Blue #9DDABF
Tints of Vista Blue #9DDABF
RGB
CMYK
RGB Variations
Color information
#9DDABF (or 0x9DDABF) is known color: Vista Blue. HEX triplet: 9D, DA and BF. RGB value is (157,218,191). Sum of RGB (Red+Green+Blue) = 157+218+191=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDABF is #622540. Grayscale: #C4C4C4. Windows color (decimal): -6432065 or 12573341. OLE color: 12573341.
HSL color Cylindrical-coordinate representation of color #9DDABF: hue angle of 153.44º 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 #9DDABF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 191 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.15 |
| HSL | 153.44º | 0.45% | 0.74% | - |
| HSV(B) | 153.44º | 0.28% | 0.85% | - |
| XYZ | 48.38 | 61.07 | 58.53 | - |
| YUV | 196.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 191 | 0.28 | 0 | 0.12 | 0.15 | 153.44 | 0.45 | 0.74 |
| Hex | 9D | DA | BF | 1C | 0 | C | F | 99 | 2D | 4A |
| Octal | 235 | 332 | 277 | 34 | 0 | 14 | 17 | 231 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10111111 | 11100 | 0 | 1100 | 1111 | 10011001 | 101101 | 1001010 |
Color Harmonies of #9DDABF
Complementary color
Monochromatic Colors of #9DDABF
Black with #9DDABF
Text Example
Text Example
White with #9DDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDABF; }
p { color: rgb(157,218,191); }
H1.HeaderClassName
{
color: #9DDABF;
}
.AnyTagClassName
{
color: #9DDABF;
}
</style>
background-color css
<style>
a { background-color: #9DDABF; }
a { background-color: rgb(157,218,191); }
div.DivClassName
{
background-color: #9DDABF;
}
.BgClassName
{
background-color: #9DDABF;
}
</style>
border-color css
<style>
span { border-color: #9DDABF; }
span { border-color: rgb(157,218,191); }
td.TdClassName
{
border-color: #9DDABF;
}
.TagClassName
{
border-color: #9DDABF;
}
</style>