Shades of Vista Blue #89DBAD
Tints of Vista Blue #89DBAD
RGB
CMYK
RGB Variations
Color information
#89DBAD (or 0x89DBAD) is known color: Vista Blue. HEX triplet: 89, DB and AD. RGB value is (137,219,173). Sum of RGB (Red+Green+Blue) = 137+219+173=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAD is #762452. Grayscale: #BDBDBD. Windows color (decimal): -7742547 or 11393929. OLE color: 11393929.
HSL color Cylindrical-coordinate representation of color #89DBAD: hue angle of 146.34º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 173 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.14 |
| HSL | 146.34º | 0.53% | 0.7% | - |
| HSV(B) | 146.34º | 0.37% | 0.86% | - |
| XYZ | 43.19 | 59 | 48.65 | - |
| YUV | 189.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 173 | 0.37 | 0 | 0.21 | 0.14 | 146.34 | 0.53 | 0.7 |
| Hex | 89 | DB | AD | 25 | 0 | 15 | E | 92 | 35 | 46 |
| Octal | 211 | 333 | 255 | 45 | 0 | 25 | 16 | 222 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10101101 | 100101 | 0 | 10101 | 1110 | 10010010 | 110101 | 1000110 |
Color Harmonies of #89DBAD
Complementary color
Monochromatic Colors of #89DBAD
Black with #89DBAD
Text Example
Text Example
White with #89DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBAD; }
p { color: rgb(137,219,173); }
H1.HeaderClassName
{
color: #89DBAD;
}
.AnyTagClassName
{
color: #89DBAD;
}
</style>
background-color css
<style>
a { background-color: #89DBAD; }
a { background-color: rgb(137,219,173); }
div.DivClassName
{
background-color: #89DBAD;
}
.BgClassName
{
background-color: #89DBAD;
}
</style>
border-color css
<style>
span { border-color: #89DBAD; }
span { border-color: rgb(137,219,173); }
td.TdClassName
{
border-color: #89DBAD;
}
.TagClassName
{
border-color: #89DBAD;
}
</style>