Shades of Vista Blue #89CCAC
Tints of Vista Blue #89CCAC
RGB
CMYK
RGB Variations
Color information
#89CCAC (or 0x89CCAC) is known color: Vista Blue. HEX triplet: 89, CC and AC. RGB value is (137,204,172). Sum of RGB (Red+Green+Blue) = 137+204+172=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCAC is #763353. Grayscale: #B4B4B4. Windows color (decimal): -7746388 or 11324553. OLE color: 11324553.
HSL color Cylindrical-coordinate representation of color #89CCAC: hue angle of 151.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CCAC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 172 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.2 |
| HSL | 151.34º | 0.4% | 0.67% | - |
| HSV(B) | 151.34º | 0.33% | 0.8% | - |
| XYZ | 39.36 | 51.48 | 46.89 | - |
| YUV | 180.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 172 | 0.33 | 0 | 0.16 | 0.2 | 151.34 | 0.4 | 0.67 |
| Hex | 89 | CC | AC | 21 | 0 | 10 | 14 | 97 | 28 | 43 |
| Octal | 211 | 314 | 254 | 41 | 0 | 20 | 24 | 227 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10101100 | 100001 | 0 | 10000 | 10100 | 10010111 | 101000 | 1000011 |
Color Harmonies of #89CCAC
Complementary color
Monochromatic Colors of #89CCAC
Black with #89CCAC
Text Example
Text Example
White with #89CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCAC; }
p { color: rgb(137,204,172); }
H1.HeaderClassName
{
color: #89CCAC;
}
.AnyTagClassName
{
color: #89CCAC;
}
</style>
background-color css
<style>
a { background-color: #89CCAC; }
a { background-color: rgb(137,204,172); }
div.DivClassName
{
background-color: #89CCAC;
}
.BgClassName
{
background-color: #89CCAC;
}
</style>
border-color css
<style>
span { border-color: #89CCAC; }
span { border-color: rgb(137,204,172); }
td.TdClassName
{
border-color: #89CCAC;
}
.TagClassName
{
border-color: #89CCAC;
}
</style>