Shades of Vista Blue #9AD3BD
Tints of Vista Blue #9AD3BD
RGB
CMYK
RGB Variations
Color information
#9AD3BD (or 0x9AD3BD) is known color: Vista Blue. HEX triplet: 9A, D3 and BD. RGB value is (154,211,189). Sum of RGB (Red+Green+Blue) = 154+211+189=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3BD is #652C42. Grayscale: #BFBFBF. Windows color (decimal): -6630467 or 12440474. OLE color: 12440474.
HSL color Cylindrical-coordinate representation of color #9AD3BD: hue angle of 156.84º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3BD is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 189 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.17 |
| HSL | 156.84º | 0.39% | 0.72% | - |
| HSV(B) | 156.84º | 0.27% | 0.83% | - |
| XYZ | 45.81 | 57.13 | 56.76 | - |
| YUV | 191.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 189 | 0.27 | 0 | 0.10 | 0.17 | 156.84 | 0.39 | 0.72 |
| Hex | 9A | D3 | BD | 1B | 0 | A | 11 | 9D | 27 | 48 |
| Octal | 232 | 323 | 275 | 33 | 0 | 12 | 21 | 235 | 47 | 110 |
| Binary | 10011010 | 11010011 | 10111101 | 11011 | 0 | 1010 | 10001 | 10011101 | 100111 | 1001000 |
Color Harmonies of #9AD3BD
Complementary color
Monochromatic Colors of #9AD3BD
Black with #9AD3BD
Text Example
Text Example
White with #9AD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3BD; }
p { color: rgb(154,211,189); }
H1.HeaderClassName
{
color: #9AD3BD;
}
.AnyTagClassName
{
color: #9AD3BD;
}
</style>
background-color css
<style>
a { background-color: #9AD3BD; }
a { background-color: rgb(154,211,189); }
div.DivClassName
{
background-color: #9AD3BD;
}
.BgClassName
{
background-color: #9AD3BD;
}
</style>
border-color css
<style>
span { border-color: #9AD3BD; }
span { border-color: rgb(154,211,189); }
td.TdClassName
{
border-color: #9AD3BD;
}
.TagClassName
{
border-color: #9AD3BD;
}
</style>