Shades of Vista Blue #89D2AC
Tints of Vista Blue #89D2AC
RGB
CMYK
RGB Variations
Color information
#89D2AC (or 0x89D2AC) is known color: Vista Blue. HEX triplet: 89, D2 and AC. RGB value is (137,210,172). Sum of RGB (Red+Green+Blue) = 137+210+172=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D2AC is #762D53. Grayscale: #B7B7B7. Windows color (decimal): -7744852 or 11326089. OLE color: 11326089.
HSL color Cylindrical-coordinate representation of color #89D2AC: hue angle of 148.77º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D2AC is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 210 | 172 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.18 |
| HSL | 148.77º | 0.45% | 0.68% | - |
| HSV(B) | 148.77º | 0.35% | 0.82% | - |
| XYZ | 40.81 | 54.39 | 47.38 | - |
| YUV | 183.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 210 | 172 | 0.35 | 0 | 0.18 | 0.18 | 148.77 | 0.45 | 0.68 |
| Hex | 89 | D2 | AC | 23 | 0 | 12 | 12 | 95 | 2D | 44 |
| Octal | 211 | 322 | 254 | 43 | 0 | 22 | 22 | 225 | 55 | 104 |
| Binary | 10001001 | 11010010 | 10101100 | 100011 | 0 | 10010 | 10010 | 10010101 | 101101 | 1000100 |
Color Harmonies of #89D2AC
Complementary color
Monochromatic Colors of #89D2AC
Black with #89D2AC
Text Example
Text Example
White with #89D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D2AC; }
p { color: rgb(137,210,172); }
H1.HeaderClassName
{
color: #89D2AC;
}
.AnyTagClassName
{
color: #89D2AC;
}
</style>
background-color css
<style>
a { background-color: #89D2AC; }
a { background-color: rgb(137,210,172); }
div.DivClassName
{
background-color: #89D2AC;
}
.BgClassName
{
background-color: #89D2AC;
}
</style>
border-color css
<style>
span { border-color: #89D2AC; }
span { border-color: rgb(137,210,172); }
td.TdClassName
{
border-color: #89D2AC;
}
.TagClassName
{
border-color: #89D2AC;
}
</style>