Shades of Vista Blue #9AD9BA
Tints of Vista Blue #9AD9BA
RGB
CMYK
RGB Variations
Color information
#9AD9BA (or 0x9AD9BA) is known color: Vista Blue. HEX triplet: 9A, D9 and BA. RGB value is (154,217,186). Sum of RGB (Red+Green+Blue) = 154+217+186=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD9BA is #652645. Grayscale: #C2C2C2. Windows color (decimal): -6628934 or 12245402. OLE color: 12245402.
HSL color Cylindrical-coordinate representation of color #9AD9BA: hue angle of 150.48º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD9BA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 186 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.15 |
| HSL | 150.48º | 0.45% | 0.73% | - |
| HSV(B) | 150.48º | 0.29% | 0.85% | - |
| XYZ | 47 | 60.04 | 55.57 | - |
| YUV | 194.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 186 | 0.29 | 0 | 0.14 | 0.15 | 150.48 | 0.45 | 0.73 |
| Hex | 9A | D9 | BA | 1D | 0 | E | F | 96 | 2D | 49 |
| Octal | 232 | 331 | 272 | 35 | 0 | 16 | 17 | 226 | 55 | 111 |
| Binary | 10011010 | 11011001 | 10111010 | 11101 | 0 | 1110 | 1111 | 10010110 | 101101 | 1001001 |
Color Harmonies of #9AD9BA
Complementary color
Monochromatic Colors of #9AD9BA
Black with #9AD9BA
Text Example
Text Example
White with #9AD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD9BA; }
p { color: rgb(154,217,186); }
H1.HeaderClassName
{
color: #9AD9BA;
}
.AnyTagClassName
{
color: #9AD9BA;
}
</style>
background-color css
<style>
a { background-color: #9AD9BA; }
a { background-color: rgb(154,217,186); }
div.DivClassName
{
background-color: #9AD9BA;
}
.BgClassName
{
background-color: #9AD9BA;
}
</style>
border-color css
<style>
span { border-color: #9AD9BA; }
span { border-color: rgb(154,217,186); }
td.TdClassName
{
border-color: #9AD9BA;
}
.TagClassName
{
border-color: #9AD9BA;
}
</style>