Shades of Vista Blue #89D8AB
Tints of Vista Blue #89D8AB
RGB
CMYK
RGB Variations
Color information
#89D8AB (or 0x89D8AB) is known color: Vista Blue. HEX triplet: 89, D8 and AB. RGB value is (137,216,171). Sum of RGB (Red+Green+Blue) = 137+216+171=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #89D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D8AB is #762754. Grayscale: #BBBBBB. Windows color (decimal): -7743317 or 11262089. OLE color: 11262089.
HSL color Cylindrical-coordinate representation of color #89D8AB: hue angle of 145.82º degrees, saturation: 0.5, 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 #89D8AB is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 216 | 171 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.15 |
| HSL | 145.82º | 0.5% | 0.69% | - |
| HSV(B) | 145.82º | 0.37% | 0.85% | - |
| XYZ | 42.22 | 57.37 | 47.38 | - |
| YUV | 187.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 216 | 171 | 0.37 | 0 | 0.21 | 0.15 | 145.82 | 0.5 | 0.69 |
| Hex | 89 | D8 | AB | 25 | 0 | 15 | F | 92 | 32 | 45 |
| Octal | 211 | 330 | 253 | 45 | 0 | 25 | 17 | 222 | 62 | 105 |
| Binary | 10001001 | 11011000 | 10101011 | 100101 | 0 | 10101 | 1111 | 10010010 | 110010 | 1000101 |
Color Harmonies of #89D8AB
Complementary color
Monochromatic Colors of #89D8AB
Black with #89D8AB
Text Example
Text Example
White with #89D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D8AB; }
p { color: rgb(137,216,171); }
H1.HeaderClassName
{
color: #89D8AB;
}
.AnyTagClassName
{
color: #89D8AB;
}
</style>
background-color css
<style>
a { background-color: #89D8AB; }
a { background-color: rgb(137,216,171); }
div.DivClassName
{
background-color: #89D8AB;
}
.BgClassName
{
background-color: #89D8AB;
}
</style>
border-color css
<style>
span { border-color: #89D8AB; }
span { border-color: rgb(137,216,171); }
td.TdClassName
{
border-color: #89D8AB;
}
.TagClassName
{
border-color: #89D8AB;
}
</style>