Shades of Vista Blue #89DCAA
Tints of Vista Blue #89DCAA
RGB
CMYK
RGB Variations
Color information
#89DCAA (or 0x89DCAA) is known color: Vista Blue. HEX triplet: 89, DC and AA. RGB value is (137,220,170). Sum of RGB (Red+Green+Blue) = 137+220+170=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCAA is #762355. Grayscale: #BDBDBD. Windows color (decimal): -7742294 or 11197577. OLE color: 11197577.
HSL color Cylindrical-coordinate representation of color #89DCAA: hue angle of 143.86º 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 #89DCAA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 170 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.14 |
| HSL | 143.86º | 0.54% | 0.7% | - |
| HSV(B) | 143.86º | 0.38% | 0.86% | - |
| XYZ | 43.17 | 59.41 | 47.22 | - |
| YUV | 189.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 170 | 0.38 | 0 | 0.23 | 0.14 | 143.86 | 0.54 | 0.7 |
| Hex | 89 | DC | AA | 26 | 0 | 17 | E | 90 | 36 | 46 |
| Octal | 211 | 334 | 252 | 46 | 0 | 27 | 16 | 220 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10101010 | 100110 | 0 | 10111 | 1110 | 10010000 | 110110 | 1000110 |
Color Harmonies of #89DCAA
Complementary color
Monochromatic Colors of #89DCAA
Black with #89DCAA
Text Example
Text Example
White with #89DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCAA; }
p { color: rgb(137,220,170); }
H1.HeaderClassName
{
color: #89DCAA;
}
.AnyTagClassName
{
color: #89DCAA;
}
</style>
background-color css
<style>
a { background-color: #89DCAA; }
a { background-color: rgb(137,220,170); }
div.DivClassName
{
background-color: #89DCAA;
}
.BgClassName
{
background-color: #89DCAA;
}
</style>
border-color css
<style>
span { border-color: #89DCAA; }
span { border-color: rgb(137,220,170); }
td.TdClassName
{
border-color: #89DCAA;
}
.TagClassName
{
border-color: #89DCAA;
}
</style>