Shades of Vista Blue #89DCAD
Tints of Vista Blue #89DCAD
RGB
CMYK
RGB Variations
Color information
#89DCAD (or 0x89DCAD) is known color: Vista Blue. HEX triplet: 89, DC and AD. RGB value is (137,220,173). Sum of RGB (Red+Green+Blue) = 137+220+173=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCAD is #762352. Grayscale: #BDBDBD. Windows color (decimal): -7742291 or 11394185. OLE color: 11394185.
HSL color Cylindrical-coordinate representation of color #89DCAD: hue angle of 146.02º 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 #89DCAD is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 173 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.14 |
| HSL | 146.02º | 0.54% | 0.7% | - |
| HSV(B) | 146.02º | 0.38% | 0.86% | - |
| XYZ | 43.45 | 59.52 | 48.73 | - |
| YUV | 189.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 173 | 0.38 | 0 | 0.21 | 0.14 | 146.02 | 0.54 | 0.7 |
| Hex | 89 | DC | AD | 26 | 0 | 15 | E | 92 | 36 | 46 |
| Octal | 211 | 334 | 255 | 46 | 0 | 25 | 16 | 222 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10101101 | 100110 | 0 | 10101 | 1110 | 10010010 | 110110 | 1000110 |
Color Harmonies of #89DCAD
Complementary color
Monochromatic Colors of #89DCAD
Black with #89DCAD
Text Example
Text Example
White with #89DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCAD; }
p { color: rgb(137,220,173); }
H1.HeaderClassName
{
color: #89DCAD;
}
.AnyTagClassName
{
color: #89DCAD;
}
</style>
background-color css
<style>
a { background-color: #89DCAD; }
a { background-color: rgb(137,220,173); }
div.DivClassName
{
background-color: #89DCAD;
}
.BgClassName
{
background-color: #89DCAD;
}
</style>
border-color css
<style>
span { border-color: #89DCAD; }
span { border-color: rgb(137,220,173); }
td.TdClassName
{
border-color: #89DCAD;
}
.TagClassName
{
border-color: #89DCAD;
}
</style>