Shades of Vista Blue #9ADDBB
Tints of Vista Blue #9ADDBB
RGB
CMYK
RGB Variations
Color information
#9ADDBB (or 0x9ADDBB) is known color: Vista Blue. HEX triplet: 9A, DD and BB. RGB value is (154,221,187). Sum of RGB (Red+Green+Blue) = 154+221+187=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDBB is #652244. Grayscale: #C5C5C5. Windows color (decimal): -6627909 or 12311962. OLE color: 12311962.
HSL color Cylindrical-coordinate representation of color #9ADDBB: hue angle of 149.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDBB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 187 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.13 |
| HSL | 149.55º | 0.5% | 0.74% | - |
| HSV(B) | 149.55º | 0.3% | 0.87% | - |
| XYZ | 48.15 | 62.17 | 56.48 | - |
| YUV | 197.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 187 | 0.30 | 0 | 0.15 | 0.13 | 149.55 | 0.5 | 0.74 |
| Hex | 9A | DD | BB | 1E | 0 | F | D | 96 | 32 | 4A |
| Octal | 232 | 335 | 273 | 36 | 0 | 17 | 15 | 226 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10111011 | 11110 | 0 | 1111 | 1101 | 10010110 | 110010 | 1001010 |
Color Harmonies of #9ADDBB
Complementary color
Monochromatic Colors of #9ADDBB
Black with #9ADDBB
Text Example
Text Example
White with #9ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDBB; }
p { color: rgb(154,221,187); }
H1.HeaderClassName
{
color: #9ADDBB;
}
.AnyTagClassName
{
color: #9ADDBB;
}
</style>
background-color css
<style>
a { background-color: #9ADDBB; }
a { background-color: rgb(154,221,187); }
div.DivClassName
{
background-color: #9ADDBB;
}
.BgClassName
{
background-color: #9ADDBB;
}
</style>
border-color css
<style>
span { border-color: #9ADDBB; }
span { border-color: rgb(154,221,187); }
td.TdClassName
{
border-color: #9ADDBB;
}
.TagClassName
{
border-color: #9ADDBB;
}
</style>