Shades of Vista Blue #9ADCBA
Tints of Vista Blue #9ADCBA
RGB
CMYK
RGB Variations
Color information
#9ADCBA (or 0x9ADCBA) is known color: Vista Blue. HEX triplet: 9A, DC and BA. RGB value is (154,220,186). Sum of RGB (Red+Green+Blue) = 154+220+186=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBA is #652345. Grayscale: #C4C4C4. Windows color (decimal): -6628166 or 12246170. OLE color: 12246170.
HSL color Cylindrical-coordinate representation of color #9ADCBA: hue angle of 149.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCBA is Cyan = 0.3, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 186 | - |
| CMYK | 0.3 | 0 | 0.15 | 0.14 |
| HSL | 149.09º | 0.49% | 0.73% | - |
| HSV(B) | 149.09º | 0.3% | 0.86% | - |
| XYZ | 47.78 | 61.6 | 55.83 | - |
| YUV | 196.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 186 | 0.3 | 0 | 0.15 | 0.14 | 149.09 | 0.49 | 0.73 |
| Hex | 9A | DC | BA | 1E | 0 | F | E | 95 | 31 | 49 |
| Octal | 232 | 334 | 272 | 36 | 0 | 17 | 16 | 225 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10111010 | 11110 | 0 | 1111 | 1110 | 10010101 | 110001 | 1001001 |
Color Harmonies of #9ADCBA
Complementary color
Monochromatic Colors of #9ADCBA
Black with #9ADCBA
Text Example
Text Example
White with #9ADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCBA; }
p { color: rgb(154,220,186); }
H1.HeaderClassName
{
color: #9ADCBA;
}
.AnyTagClassName
{
color: #9ADCBA;
}
</style>
background-color css
<style>
a { background-color: #9ADCBA; }
a { background-color: rgb(154,220,186); }
div.DivClassName
{
background-color: #9ADCBA;
}
.BgClassName
{
background-color: #9ADCBA;
}
</style>
border-color css
<style>
span { border-color: #9ADCBA; }
span { border-color: rgb(154,220,186); }
td.TdClassName
{
border-color: #9ADCBA;
}
.TagClassName
{
border-color: #9ADCBA;
}
</style>