Shades of Vista Blue #89DBA9
Tints of Vista Blue #89DBA9
RGB
CMYK
RGB Variations
Color information
#89DBA9 (or 0x89DBA9) is known color: Vista Blue. HEX triplet: 89, DB and A9. RGB value is (137,219,169). Sum of RGB (Red+Green+Blue) = 137+219+169=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBA9 is #762456. Grayscale: #BCBCBC. Windows color (decimal): -7742551 or 11131785. OLE color: 11131785.
HSL color Cylindrical-coordinate representation of color #89DBA9: hue angle of 143.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBA9 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 169 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.14 |
| HSL | 143.41º | 0.53% | 0.7% | - |
| HSV(B) | 143.41º | 0.37% | 0.86% | - |
| XYZ | 42.81 | 58.85 | 46.64 | - |
| YUV | 188.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 169 | 0.37 | 0 | 0.23 | 0.14 | 143.41 | 0.53 | 0.7 |
| Hex | 89 | DB | A9 | 25 | 0 | 17 | E | 8F | 35 | 46 |
| Octal | 211 | 333 | 251 | 45 | 0 | 27 | 16 | 217 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10101001 | 100101 | 0 | 10111 | 1110 | 10001111 | 110101 | 1000110 |
Color Harmonies of #89DBA9
Complementary color
Monochromatic Colors of #89DBA9
Black with #89DBA9
Text Example
Text Example
White with #89DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBA9; }
p { color: rgb(137,219,169); }
H1.HeaderClassName
{
color: #89DBA9;
}
.AnyTagClassName
{
color: #89DBA9;
}
</style>
background-color css
<style>
a { background-color: #89DBA9; }
a { background-color: rgb(137,219,169); }
div.DivClassName
{
background-color: #89DBA9;
}
.BgClassName
{
background-color: #89DBA9;
}
</style>
border-color css
<style>
span { border-color: #89DBA9; }
span { border-color: rgb(137,219,169); }
td.TdClassName
{
border-color: #89DBA9;
}
.TagClassName
{
border-color: #89DBA9;
}
</style>