Shades of Vista Blue #89C8AD
Tints of Vista Blue #89C8AD
RGB
CMYK
RGB Variations
Color information
#89C8AD (or 0x89C8AD) is known color: Vista Blue. HEX triplet: 89, C8 and AD. RGB value is (137,200,173). Sum of RGB (Red+Green+Blue) = 137+200+173=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C8AD is #763752. Grayscale: #B2B2B2. Windows color (decimal): -7747411 or 11389065. OLE color: 11389065.
HSL color Cylindrical-coordinate representation of color #89C8AD: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8AD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 200 | 173 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.22 |
| HSL | 154.29º | 0.36% | 0.66% | - |
| HSV(B) | 154.29º | 0.32% | 0.78% | - |
| XYZ | 38.51 | 49.64 | 47.09 | - |
| YUV | 178.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 173 | 0.32 | 0 | 0.14 | 0.22 | 154.29 | 0.36 | 0.66 |
| Hex | 89 | C8 | AD | 20 | 0 | E | 16 | 9A | 24 | 42 |
| Octal | 211 | 310 | 255 | 40 | 0 | 16 | 26 | 232 | 44 | 102 |
| Binary | 10001001 | 11001000 | 10101101 | 100000 | 0 | 1110 | 10110 | 10011010 | 100100 | 1000010 |
Color Harmonies of #89C8AD
Complementary color
Monochromatic Colors of #89C8AD
Black with #89C8AD
Text Example
Text Example
White with #89C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C8AD; }
p { color: rgb(137,200,173); }
H1.HeaderClassName
{
color: #89C8AD;
}
.AnyTagClassName
{
color: #89C8AD;
}
</style>
background-color css
<style>
a { background-color: #89C8AD; }
a { background-color: rgb(137,200,173); }
div.DivClassName
{
background-color: #89C8AD;
}
.BgClassName
{
background-color: #89C8AD;
}
</style>
border-color css
<style>
span { border-color: #89C8AD; }
span { border-color: rgb(137,200,173); }
td.TdClassName
{
border-color: #89C8AD;
}
.TagClassName
{
border-color: #89C8AD;
}
</style>