Shades of Vista Blue #89DAB7
Tints of Vista Blue #89DAB7
RGB
CMYK
RGB Variations
Color information
#89DAB7 (or 0x89DAB7) is known color: Vista Blue. HEX triplet: 89, DA and B7. RGB value is (137,218,183). Sum of RGB (Red+Green+Blue) = 137+218+183=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #89DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DAB7 is #762548. Grayscale: #BDBDBD. Windows color (decimal): -7742793 or 12049033. OLE color: 12049033.
HSL color Cylindrical-coordinate representation of color #89DAB7: hue angle of 154.07º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DAB7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 183 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.15 |
| HSL | 154.07º | 0.52% | 0.7% | - |
| HSV(B) | 154.07º | 0.37% | 0.85% | - |
| XYZ | 43.94 | 58.88 | 53.85 | - |
| YUV | 189.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 183 | 0.37 | 0 | 0.16 | 0.15 | 154.07 | 0.52 | 0.7 |
| Hex | 89 | DA | B7 | 25 | 0 | 10 | F | 9A | 34 | 46 |
| Octal | 211 | 332 | 267 | 45 | 0 | 20 | 17 | 232 | 64 | 106 |
| Binary | 10001001 | 11011010 | 10110111 | 100101 | 0 | 10000 | 1111 | 10011010 | 110100 | 1000110 |
Color Harmonies of #89DAB7
Complementary color
Monochromatic Colors of #89DAB7
Black with #89DAB7
Text Example
Text Example
White with #89DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DAB7; }
p { color: rgb(137,218,183); }
H1.HeaderClassName
{
color: #89DAB7;
}
.AnyTagClassName
{
color: #89DAB7;
}
</style>
background-color css
<style>
a { background-color: #89DAB7; }
a { background-color: rgb(137,218,183); }
div.DivClassName
{
background-color: #89DAB7;
}
.BgClassName
{
background-color: #89DAB7;
}
</style>
border-color css
<style>
span { border-color: #89DAB7; }
span { border-color: rgb(137,218,183); }
td.TdClassName
{
border-color: #89DAB7;
}
.TagClassName
{
border-color: #89DAB7;
}
</style>