Shades of Vista Blue #89CCAA
Tints of Vista Blue #89CCAA
RGB
CMYK
RGB Variations
Color information
#89CCAA (or 0x89CCAA) is known color: Vista Blue. HEX triplet: 89, CC and AA. RGB value is (137,204,170). Sum of RGB (Red+Green+Blue) = 137+204+170=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCAA is #763355. Grayscale: #B4B4B4. Windows color (decimal): -7746390 or 11193481. OLE color: 11193481.
HSL color Cylindrical-coordinate representation of color #89CCAA: hue angle of 149.55º 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 #89CCAA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 170 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.2 |
| HSL | 149.55º | 0.4% | 0.67% | - |
| HSV(B) | 149.55º | 0.33% | 0.8% | - |
| XYZ | 39.17 | 51.41 | 45.89 | - |
| YUV | 180.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 170 | 0.33 | 0 | 0.17 | 0.2 | 149.55 | 0.4 | 0.67 |
| Hex | 89 | CC | AA | 21 | 0 | 11 | 14 | 96 | 28 | 43 |
| Octal | 211 | 314 | 252 | 41 | 0 | 21 | 24 | 226 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10101010 | 100001 | 0 | 10001 | 10100 | 10010110 | 101000 | 1000011 |
Color Harmonies of #89CCAA
Complementary color
Monochromatic Colors of #89CCAA
Black with #89CCAA
Text Example
Text Example
White with #89CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCAA; }
p { color: rgb(137,204,170); }
H1.HeaderClassName
{
color: #89CCAA;
}
.AnyTagClassName
{
color: #89CCAA;
}
</style>
background-color css
<style>
a { background-color: #89CCAA; }
a { background-color: rgb(137,204,170); }
div.DivClassName
{
background-color: #89CCAA;
}
.BgClassName
{
background-color: #89CCAA;
}
</style>
border-color css
<style>
span { border-color: #89CCAA; }
span { border-color: rgb(137,204,170); }
td.TdClassName
{
border-color: #89CCAA;
}
.TagClassName
{
border-color: #89CCAA;
}
</style>