Shades of Vista Blue #9ADABB
Tints of Vista Blue #9ADABB
RGB
CMYK
RGB Variations
Color information
#9ADABB (or 0x9ADABB) is known color: Vista Blue. HEX triplet: 9A, DA and BB. RGB value is (154,218,187). Sum of RGB (Red+Green+Blue) = 154+218+187=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABB is #652544. Grayscale: #C3C3C3. Windows color (decimal): -6628677 or 12311194. OLE color: 12311194.
HSL color Cylindrical-coordinate representation of color #9ADABB: hue angle of 150.94º 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 #9ADABB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 187 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.15 |
| HSL | 150.94º | 0.46% | 0.73% | - |
| HSV(B) | 150.94º | 0.29% | 0.85% | - |
| XYZ | 47.37 | 60.6 | 56.21 | - |
| YUV | 195.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 187 | 0.29 | 0 | 0.14 | 0.15 | 150.94 | 0.46 | 0.73 |
| Hex | 9A | DA | BB | 1D | 0 | E | F | 97 | 2E | 49 |
| Octal | 232 | 332 | 273 | 35 | 0 | 16 | 17 | 227 | 56 | 111 |
| Binary | 10011010 | 11011010 | 10111011 | 11101 | 0 | 1110 | 1111 | 10010111 | 101110 | 1001001 |
Color Harmonies of #9ADABB
Complementary color
Monochromatic Colors of #9ADABB
Black with #9ADABB
Text Example
Text Example
White with #9ADABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADABB; }
p { color: rgb(154,218,187); }
H1.HeaderClassName
{
color: #9ADABB;
}
.AnyTagClassName
{
color: #9ADABB;
}
</style>
background-color css
<style>
a { background-color: #9ADABB; }
a { background-color: rgb(154,218,187); }
div.DivClassName
{
background-color: #9ADABB;
}
.BgClassName
{
background-color: #9ADABB;
}
</style>
border-color css
<style>
span { border-color: #9ADABB; }
span { border-color: rgb(154,218,187); }
td.TdClassName
{
border-color: #9ADABB;
}
.TagClassName
{
border-color: #9ADABB;
}
</style>