Shades of Vista Blue #89DBAB
Tints of Vista Blue #89DBAB
RGB
CMYK
RGB Variations
Color information
#89DBAB (or 0x89DBAB) is known color: Vista Blue. HEX triplet: 89, DB and AB. RGB value is (137,219,171). Sum of RGB (Red+Green+Blue) = 137+219+171=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAB is #762454. Grayscale: #BDBDBD. Windows color (decimal): -7742549 or 11262857. OLE color: 11262857.
HSL color Cylindrical-coordinate representation of color #89DBAB: hue angle of 144.88º 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 #89DBAB is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 171 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.14 |
| HSL | 144.88º | 0.53% | 0.7% | - |
| HSV(B) | 144.88º | 0.37% | 0.86% | - |
| XYZ | 43 | 58.92 | 47.63 | - |
| YUV | 189.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 171 | 0.37 | 0 | 0.22 | 0.14 | 144.88 | 0.53 | 0.7 |
| Hex | 89 | DB | AB | 25 | 0 | 16 | E | 91 | 35 | 46 |
| Octal | 211 | 333 | 253 | 45 | 0 | 26 | 16 | 221 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10101011 | 100101 | 0 | 10110 | 1110 | 10010001 | 110101 | 1000110 |
Color Harmonies of #89DBAB
Complementary color
Monochromatic Colors of #89DBAB
Black with #89DBAB
Text Example
Text Example
White with #89DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBAB; }
p { color: rgb(137,219,171); }
H1.HeaderClassName
{
color: #89DBAB;
}
.AnyTagClassName
{
color: #89DBAB;
}
</style>
background-color css
<style>
a { background-color: #89DBAB; }
a { background-color: rgb(137,219,171); }
div.DivClassName
{
background-color: #89DBAB;
}
.BgClassName
{
background-color: #89DBAB;
}
</style>
border-color css
<style>
span { border-color: #89DBAB; }
span { border-color: rgb(137,219,171); }
td.TdClassName
{
border-color: #89DBAB;
}
.TagClassName
{
border-color: #89DBAB;
}
</style>