Shades of Vista Blue #9DDABA
Tints of Vista Blue #9DDABA
RGB
CMYK
RGB Variations
Color information
#9DDABA (or 0x9DDABA) is known color: Vista Blue. HEX triplet: 9D, DA and BA. RGB value is (157,218,186). Sum of RGB (Red+Green+Blue) = 157+218+186=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDABA is #622545. Grayscale: #C4C4C4. Windows color (decimal): -6432070 or 12245661. OLE color: 12245661.
HSL color Cylindrical-coordinate representation of color #9DDABA: hue angle of 148.52º 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 #9DDABA is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 186 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.15 |
| HSL | 148.52º | 0.45% | 0.74% | - |
| HSV(B) | 148.52º | 0.28% | 0.85% | - |
| XYZ | 47.84 | 60.86 | 55.68 | - |
| YUV | 196.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 186 | 0.28 | 0 | 0.15 | 0.15 | 148.52 | 0.45 | 0.74 |
| Hex | 9D | DA | BA | 1C | 0 | F | F | 95 | 2D | 4A |
| Octal | 235 | 332 | 272 | 34 | 0 | 17 | 17 | 225 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10111010 | 11100 | 0 | 1111 | 1111 | 10010101 | 101101 | 1001010 |
Color Harmonies of #9DDABA
Complementary color
Monochromatic Colors of #9DDABA
Black with #9DDABA
Text Example
Text Example
White with #9DDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDABA; }
p { color: rgb(157,218,186); }
H1.HeaderClassName
{
color: #9DDABA;
}
.AnyTagClassName
{
color: #9DDABA;
}
</style>
background-color css
<style>
a { background-color: #9DDABA; }
a { background-color: rgb(157,218,186); }
div.DivClassName
{
background-color: #9DDABA;
}
.BgClassName
{
background-color: #9DDABA;
}
</style>
border-color css
<style>
span { border-color: #9DDABA; }
span { border-color: rgb(157,218,186); }
td.TdClassName
{
border-color: #9DDABA;
}
.TagClassName
{
border-color: #9DDABA;
}
</style>