Shades of Vista Blue #89D9AB
Tints of Vista Blue #89D9AB
RGB
CMYK
RGB Variations
Color information
#89D9AB (or 0x89D9AB) is known color: Vista Blue. HEX triplet: 89, D9 and AB. RGB value is (137,217,171). Sum of RGB (Red+Green+Blue) = 137+217+171=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #89D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D9AB is #762654. Grayscale: #BBBBBB. Windows color (decimal): -7743061 or 11262345. OLE color: 11262345.
HSL color Cylindrical-coordinate representation of color #89D9AB: hue angle of 145.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D9AB is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 217 | 171 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.15 |
| HSL | 145.5º | 0.51% | 0.69% | - |
| HSV(B) | 145.5º | 0.37% | 0.85% | - |
| XYZ | 42.48 | 57.88 | 47.46 | - |
| YUV | 187.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 217 | 171 | 0.37 | 0 | 0.21 | 0.15 | 145.5 | 0.51 | 0.69 |
| Hex | 89 | D9 | AB | 25 | 0 | 15 | F | 92 | 33 | 45 |
| Octal | 211 | 331 | 253 | 45 | 0 | 25 | 17 | 222 | 63 | 105 |
| Binary | 10001001 | 11011001 | 10101011 | 100101 | 0 | 10101 | 1111 | 10010010 | 110011 | 1000101 |
Color Harmonies of #89D9AB
Complementary color
Monochromatic Colors of #89D9AB
Black with #89D9AB
Text Example
Text Example
White with #89D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D9AB; }
p { color: rgb(137,217,171); }
H1.HeaderClassName
{
color: #89D9AB;
}
.AnyTagClassName
{
color: #89D9AB;
}
</style>
background-color css
<style>
a { background-color: #89D9AB; }
a { background-color: rgb(137,217,171); }
div.DivClassName
{
background-color: #89D9AB;
}
.BgClassName
{
background-color: #89D9AB;
}
</style>
border-color css
<style>
span { border-color: #89D9AB; }
span { border-color: rgb(137,217,171); }
td.TdClassName
{
border-color: #89D9AB;
}
.TagClassName
{
border-color: #89D9AB;
}
</style>