Shades of Vista Blue #9AD8BA
Tints of Vista Blue #9AD8BA
RGB
CMYK
RGB Variations
Color information
#9AD8BA (or 0x9AD8BA) is known color: Vista Blue. HEX triplet: 9A, D8 and BA. RGB value is (154,216,186). Sum of RGB (Red+Green+Blue) = 154+216+186=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8BA is #652745. Grayscale: #C2C2C2. Windows color (decimal): -6629190 or 12245146. OLE color: 12245146.
HSL color Cylindrical-coordinate representation of color #9AD8BA: hue angle of 150.97º degrees, saturation: 0.44, 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 #9AD8BA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 186 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.15 |
| HSL | 150.97º | 0.44% | 0.73% | - |
| HSV(B) | 150.97º | 0.29% | 0.85% | - |
| XYZ | 46.75 | 59.53 | 55.48 | - |
| YUV | 194.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 186 | 0.29 | 0 | 0.14 | 0.15 | 150.97 | 0.44 | 0.73 |
| Hex | 9A | D8 | BA | 1D | 0 | E | F | 97 | 2C | 49 |
| Octal | 232 | 330 | 272 | 35 | 0 | 16 | 17 | 227 | 54 | 111 |
| Binary | 10011010 | 11011000 | 10111010 | 11101 | 0 | 1110 | 1111 | 10010111 | 101100 | 1001001 |
Color Harmonies of #9AD8BA
Complementary color
Monochromatic Colors of #9AD8BA
Black with #9AD8BA
Text Example
Text Example
White with #9AD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8BA; }
p { color: rgb(154,216,186); }
H1.HeaderClassName
{
color: #9AD8BA;
}
.AnyTagClassName
{
color: #9AD8BA;
}
</style>
background-color css
<style>
a { background-color: #9AD8BA; }
a { background-color: rgb(154,216,186); }
div.DivClassName
{
background-color: #9AD8BA;
}
.BgClassName
{
background-color: #9AD8BA;
}
</style>
border-color css
<style>
span { border-color: #9AD8BA; }
span { border-color: rgb(154,216,186); }
td.TdClassName
{
border-color: #9AD8BA;
}
.TagClassName
{
border-color: #9AD8BA;
}
</style>