Shades of Vista Blue #9AD9B7
Tints of Vista Blue #9AD9B7
RGB
CMYK
RGB Variations
Color information
#9AD9B7 (or 0x9AD9B7) is known color: Vista Blue. HEX triplet: 9A, D9 and B7. RGB value is (154,217,183). Sum of RGB (Red+Green+Blue) = 154+217+183=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD9B7 is #652648. Grayscale: #C2C2C2. Windows color (decimal): -6628937 or 12048794. OLE color: 12048794.
HSL color Cylindrical-coordinate representation of color #9AD9B7: hue angle of 147.62º degrees, saturation: 0.45, 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 #9AD9B7 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 183 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.15 |
| HSL | 147.62º | 0.45% | 0.73% | - |
| HSV(B) | 147.62º | 0.29% | 0.85% | - |
| XYZ | 46.69 | 59.91 | 53.9 | - |
| YUV | 194.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 183 | 0.29 | 0 | 0.16 | 0.15 | 147.62 | 0.45 | 0.73 |
| Hex | 9A | D9 | B7 | 1D | 0 | 10 | F | 94 | 2D | 49 |
| Octal | 232 | 331 | 267 | 35 | 0 | 20 | 17 | 224 | 55 | 111 |
| Binary | 10011010 | 11011001 | 10110111 | 11101 | 0 | 10000 | 1111 | 10010100 | 101101 | 1001001 |
Color Harmonies of #9AD9B7
Complementary color
Monochromatic Colors of #9AD9B7
Black with #9AD9B7
Text Example
Text Example
White with #9AD9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD9B7; }
p { color: rgb(154,217,183); }
H1.HeaderClassName
{
color: #9AD9B7;
}
.AnyTagClassName
{
color: #9AD9B7;
}
</style>
background-color css
<style>
a { background-color: #9AD9B7; }
a { background-color: rgb(154,217,183); }
div.DivClassName
{
background-color: #9AD9B7;
}
.BgClassName
{
background-color: #9AD9B7;
}
</style>
border-color css
<style>
span { border-color: #9AD9B7; }
span { border-color: rgb(154,217,183); }
td.TdClassName
{
border-color: #9AD9B7;
}
.TagClassName
{
border-color: #9AD9B7;
}
</style>