Shades of Vista Blue #89DCAC
Tints of Vista Blue #89DCAC
RGB
CMYK
RGB Variations
Color information
#89DCAC (or 0x89DCAC) is known color: Vista Blue. HEX triplet: 89, DC and AC. RGB value is (137,220,172). Sum of RGB (Red+Green+Blue) = 137+220+172=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCAC is #762353. Grayscale: #BDBDBD. Windows color (decimal): -7742292 or 11328649. OLE color: 11328649.
HSL color Cylindrical-coordinate representation of color #89DCAC: hue angle of 145.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCAC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 172 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.14 |
| HSL | 145.3º | 0.54% | 0.7% | - |
| HSV(B) | 145.3º | 0.38% | 0.86% | - |
| XYZ | 43.36 | 59.48 | 48.23 | - |
| YUV | 189.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 172 | 0.38 | 0 | 0.22 | 0.14 | 145.3 | 0.54 | 0.7 |
| Hex | 89 | DC | AC | 26 | 0 | 16 | E | 91 | 36 | 46 |
| Octal | 211 | 334 | 254 | 46 | 0 | 26 | 16 | 221 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10101100 | 100110 | 0 | 10110 | 1110 | 10010001 | 110110 | 1000110 |
Color Harmonies of #89DCAC
Complementary color
Monochromatic Colors of #89DCAC
Black with #89DCAC
Text Example
Text Example
White with #89DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCAC; }
p { color: rgb(137,220,172); }
H1.HeaderClassName
{
color: #89DCAC;
}
.AnyTagClassName
{
color: #89DCAC;
}
</style>
background-color css
<style>
a { background-color: #89DCAC; }
a { background-color: rgb(137,220,172); }
div.DivClassName
{
background-color: #89DCAC;
}
.BgClassName
{
background-color: #89DCAC;
}
</style>
border-color css
<style>
span { border-color: #89DCAC; }
span { border-color: rgb(137,220,172); }
td.TdClassName
{
border-color: #89DCAC;
}
.TagClassName
{
border-color: #89DCAC;
}
</style>