Shades of Vista Blue #89D9AF
Tints of Vista Blue #89D9AF
RGB
CMYK
RGB Variations
Color information
#89D9AF (or 0x89D9AF) is known color: Vista Blue. HEX triplet: 89, D9 and AF. RGB value is (137,217,175). Sum of RGB (Red+Green+Blue) = 137+217+175=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #89D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D9AF is #762650. Grayscale: #BCBCBC. Windows color (decimal): -7743057 or 11524489. OLE color: 11524489.
HSL color Cylindrical-coordinate representation of color #89D9AF: hue angle of 148.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D9AF is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 217 | 175 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.15 |
| HSL | 148.5º | 0.51% | 0.69% | - |
| HSV(B) | 148.5º | 0.37% | 0.85% | - |
| XYZ | 42.87 | 58.04 | 49.5 | - |
| YUV | 188.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 217 | 175 | 0.37 | 0 | 0.19 | 0.15 | 148.5 | 0.51 | 0.69 |
| Hex | 89 | D9 | AF | 25 | 0 | 13 | F | 94 | 33 | 45 |
| Octal | 211 | 331 | 257 | 45 | 0 | 23 | 17 | 224 | 63 | 105 |
| Binary | 10001001 | 11011001 | 10101111 | 100101 | 0 | 10011 | 1111 | 10010100 | 110011 | 1000101 |
Color Harmonies of #89D9AF
Complementary color
Monochromatic Colors of #89D9AF
Black with #89D9AF
Text Example
Text Example
White with #89D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D9AF; }
p { color: rgb(137,217,175); }
H1.HeaderClassName
{
color: #89D9AF;
}
.AnyTagClassName
{
color: #89D9AF;
}
</style>
background-color css
<style>
a { background-color: #89D9AF; }
a { background-color: rgb(137,217,175); }
div.DivClassName
{
background-color: #89D9AF;
}
.BgClassName
{
background-color: #89D9AF;
}
</style>
border-color css
<style>
span { border-color: #89D9AF; }
span { border-color: rgb(137,217,175); }
td.TdClassName
{
border-color: #89D9AF;
}
.TagClassName
{
border-color: #89D9AF;
}
</style>