Shades of Vista Blue #89D8A8
Tints of Vista Blue #89D8A8
RGB
CMYK
RGB Variations
Color information
#89D8A8 (or 0x89D8A8) is known color: Vista Blue. HEX triplet: 89, D8 and A8. RGB value is (137,216,168). Sum of RGB (Red+Green+Blue) = 137+216+168=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #89D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D8A8 is #762757. Grayscale: #BBBBBB. Windows color (decimal): -7743320 or 11065481. OLE color: 11065481.
HSL color Cylindrical-coordinate representation of color #89D8A8: hue angle of 143.54º degrees, saturation: 0.5, 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 #89D8A8 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 216 | 168 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.15 |
| HSL | 143.54º | 0.5% | 0.69% | - |
| HSV(B) | 143.54º | 0.37% | 0.85% | - |
| XYZ | 41.94 | 57.26 | 45.89 | - |
| YUV | 186.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 216 | 168 | 0.37 | 0 | 0.22 | 0.15 | 143.54 | 0.5 | 0.69 |
| Hex | 89 | D8 | A8 | 25 | 0 | 16 | F | 90 | 32 | 45 |
| Octal | 211 | 330 | 250 | 45 | 0 | 26 | 17 | 220 | 62 | 105 |
| Binary | 10001001 | 11011000 | 10101000 | 100101 | 0 | 10110 | 1111 | 10010000 | 110010 | 1000101 |
Color Harmonies of #89D8A8
Complementary color
Monochromatic Colors of #89D8A8
Black with #89D8A8
Text Example
Text Example
White with #89D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D8A8; }
p { color: rgb(137,216,168); }
H1.HeaderClassName
{
color: #89D8A8;
}
.AnyTagClassName
{
color: #89D8A8;
}
</style>
background-color css
<style>
a { background-color: #89D8A8; }
a { background-color: rgb(137,216,168); }
div.DivClassName
{
background-color: #89D8A8;
}
.BgClassName
{
background-color: #89D8A8;
}
</style>
border-color css
<style>
span { border-color: #89D8A8; }
span { border-color: rgb(137,216,168); }
td.TdClassName
{
border-color: #89D8A8;
}
.TagClassName
{
border-color: #89D8A8;
}
</style>