Shades of Vista Blue #89D0AF
Tints of Vista Blue #89D0AF
RGB
CMYK
RGB Variations
Color information
#89D0AF (or 0x89D0AF) is known color: Vista Blue. HEX triplet: 89, D0 and AF. RGB value is (137,208,175). Sum of RGB (Red+Green+Blue) = 137+208+175=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D0AF is #762F50. Grayscale: #B7B7B7. Windows color (decimal): -7745361 or 11522185. OLE color: 11522185.
HSL color Cylindrical-coordinate representation of color #89D0AF: hue angle of 152.11º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D0AF is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 175 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.18 |
| HSL | 152.11º | 0.43% | 0.68% | - |
| HSV(B) | 152.11º | 0.34% | 0.82% | - |
| XYZ | 40.61 | 53.53 | 48.75 | - |
| YUV | 183.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 175 | 0.34 | 0 | 0.16 | 0.18 | 152.11 | 0.43 | 0.68 |
| Hex | 89 | D0 | AF | 22 | 0 | 10 | 12 | 98 | 2B | 44 |
| Octal | 211 | 320 | 257 | 42 | 0 | 20 | 22 | 230 | 53 | 104 |
| Binary | 10001001 | 11010000 | 10101111 | 100010 | 0 | 10000 | 10010 | 10011000 | 101011 | 1000100 |
Color Harmonies of #89D0AF
Complementary color
Monochromatic Colors of #89D0AF
Black with #89D0AF
Text Example
Text Example
White with #89D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D0AF; }
p { color: rgb(137,208,175); }
H1.HeaderClassName
{
color: #89D0AF;
}
.AnyTagClassName
{
color: #89D0AF;
}
</style>
background-color css
<style>
a { background-color: #89D0AF; }
a { background-color: rgb(137,208,175); }
div.DivClassName
{
background-color: #89D0AF;
}
.BgClassName
{
background-color: #89D0AF;
}
</style>
border-color css
<style>
span { border-color: #89D0AF; }
span { border-color: rgb(137,208,175); }
td.TdClassName
{
border-color: #89D0AF;
}
.TagClassName
{
border-color: #89D0AF;
}
</style>