Shades of Vista Blue #9ADAB0
Tints of Vista Blue #9ADAB0
RGB
CMYK
RGB Variations
Color information
#9ADAB0 (or 0x9ADAB0) is known color: Vista Blue. HEX triplet: 9A, DA and B0. RGB value is (154,218,176). Sum of RGB (Red+Green+Blue) = 154+218+176=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAB0 is #65254F. Grayscale: #C2C2C2. Windows color (decimal): -6628688 or 11590298. OLE color: 11590298.
HSL color Cylindrical-coordinate representation of color #9ADAB0: hue angle of 140.62º degrees, saturation: 0.46, 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 #9ADAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 176 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.15 |
| HSL | 140.63º | 0.46% | 0.73% | - |
| HSV(B) | 140.63º | 0.29% | 0.85% | - |
| XYZ | 46.23 | 60.15 | 50.25 | - |
| YUV | 194.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 176 | 0.29 | 0 | 0.19 | 0.15 | 140.63 | 0.46 | 0.73 |
| Hex | 9A | DA | B0 | 1D | 0 | 13 | F | 8D | 2E | 49 |
| Octal | 232 | 332 | 260 | 35 | 0 | 23 | 17 | 215 | 56 | 111 |
| Binary | 10011010 | 11011010 | 10110000 | 11101 | 0 | 10011 | 1111 | 10001101 | 101110 | 1001001 |
Color Harmonies of #9ADAB0
Complementary color
Monochromatic Colors of #9ADAB0
Black with #9ADAB0
Text Example
Text Example
White with #9ADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAB0; }
p { color: rgb(154,218,176); }
H1.HeaderClassName
{
color: #9ADAB0;
}
.AnyTagClassName
{
color: #9ADAB0;
}
</style>
background-color css
<style>
a { background-color: #9ADAB0; }
a { background-color: rgb(154,218,176); }
div.DivClassName
{
background-color: #9ADAB0;
}
.BgClassName
{
background-color: #9ADAB0;
}
</style>
border-color css
<style>
span { border-color: #9ADAB0; }
span { border-color: rgb(154,218,176); }
td.TdClassName
{
border-color: #9ADAB0;
}
.TagClassName
{
border-color: #9ADAB0;
}
</style>