Shades of Vista Blue #89D0A8
Tints of Vista Blue #89D0A8
RGB
CMYK
RGB Variations
Color information
#89D0A8 (or 0x89D0A8) is known color: Vista Blue. HEX triplet: 89, D0 and A8. RGB value is (137,208,168). Sum of RGB (Red+Green+Blue) = 137+208+168=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D0A8 is #762F57. Grayscale: #B6B6B6. Windows color (decimal): -7745368 or 11063433. OLE color: 11063433.
HSL color Cylindrical-coordinate representation of color #89D0A8: hue angle of 146.2º 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 #89D0A8 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 168 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.18 |
| HSL | 146.2º | 0.43% | 0.68% | - |
| HSV(B) | 146.2º | 0.34% | 0.82% | - |
| XYZ | 39.94 | 53.26 | 45.22 | - |
| YUV | 182.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 168 | 0.34 | 0 | 0.19 | 0.18 | 146.2 | 0.43 | 0.68 |
| Hex | 89 | D0 | A8 | 22 | 0 | 13 | 12 | 92 | 2B | 44 |
| Octal | 211 | 320 | 250 | 42 | 0 | 23 | 22 | 222 | 53 | 104 |
| Binary | 10001001 | 11010000 | 10101000 | 100010 | 0 | 10011 | 10010 | 10010010 | 101011 | 1000100 |
Color Harmonies of #89D0A8
Complementary color
Monochromatic Colors of #89D0A8
Black with #89D0A8
Text Example
Text Example
White with #89D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D0A8; }
p { color: rgb(137,208,168); }
H1.HeaderClassName
{
color: #89D0A8;
}
.AnyTagClassName
{
color: #89D0A8;
}
</style>
background-color css
<style>
a { background-color: #89D0A8; }
a { background-color: rgb(137,208,168); }
div.DivClassName
{
background-color: #89D0A8;
}
.BgClassName
{
background-color: #89D0A8;
}
</style>
border-color css
<style>
span { border-color: #89D0A8; }
span { border-color: rgb(137,208,168); }
td.TdClassName
{
border-color: #89D0A8;
}
.TagClassName
{
border-color: #89D0A8;
}
</style>