Shades of Vista Blue #89DDAD
Tints of Vista Blue #89DDAD
RGB
CMYK
RGB Variations
Color information
#89DDAD (or 0x89DDAD) is known color: Vista Blue. HEX triplet: 89, DD and AD. RGB value is (137,221,173). Sum of RGB (Red+Green+Blue) = 137+221+173=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDAD is #762252. Grayscale: #BEBEBE. Windows color (decimal): -7742035 or 11394441. OLE color: 11394441.
HSL color Cylindrical-coordinate representation of color #89DDAD: hue angle of 145.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDAD is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 173 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 145.71º | 0.55% | 0.7% | - |
| HSV(B) | 145.71º | 0.38% | 0.87% | - |
| XYZ | 43.72 | 60.05 | 48.82 | - |
| YUV | 190.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 173 | 0.38 | 0 | 0.22 | 0.13 | 145.71 | 0.55 | 0.7 |
| Hex | 89 | DD | AD | 26 | 0 | 16 | D | 92 | 37 | 46 |
| Octal | 211 | 335 | 255 | 46 | 0 | 26 | 15 | 222 | 67 | 106 |
| Binary | 10001001 | 11011101 | 10101101 | 100110 | 0 | 10110 | 1101 | 10010010 | 110111 | 1000110 |
Color Harmonies of #89DDAD
Complementary color
Monochromatic Colors of #89DDAD
Black with #89DDAD
Text Example
Text Example
White with #89DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDAD; }
p { color: rgb(137,221,173); }
H1.HeaderClassName
{
color: #89DDAD;
}
.AnyTagClassName
{
color: #89DDAD;
}
</style>
background-color css
<style>
a { background-color: #89DDAD; }
a { background-color: rgb(137,221,173); }
div.DivClassName
{
background-color: #89DDAD;
}
.BgClassName
{
background-color: #89DDAD;
}
</style>
border-color css
<style>
span { border-color: #89DDAD; }
span { border-color: rgb(137,221,173); }
td.TdClassName
{
border-color: #89DDAD;
}
.TagClassName
{
border-color: #89DDAD;
}
</style>