Shades of Vista Blue #89CCAB
Tints of Vista Blue #89CCAB
RGB
CMYK
RGB Variations
Color information
#89CCAB (or 0x89CCAB) is known color: Vista Blue. HEX triplet: 89, CC and AB. RGB value is (137,204,171). Sum of RGB (Red+Green+Blue) = 137+204+171=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCAB is #763354. Grayscale: #B4B4B4. Windows color (decimal): -7746389 or 11259017. OLE color: 11259017.
HSL color Cylindrical-coordinate representation of color #89CCAB: hue angle of 150.45º 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 #89CCAB is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 171 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.2 |
| HSL | 150.45º | 0.4% | 0.67% | - |
| HSV(B) | 150.45º | 0.33% | 0.8% | - |
| XYZ | 39.26 | 51.44 | 46.39 | - |
| YUV | 180.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 171 | 0.33 | 0 | 0.16 | 0.2 | 150.45 | 0.4 | 0.67 |
| Hex | 89 | CC | AB | 21 | 0 | 10 | 14 | 96 | 28 | 43 |
| Octal | 211 | 314 | 253 | 41 | 0 | 20 | 24 | 226 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10101011 | 100001 | 0 | 10000 | 10100 | 10010110 | 101000 | 1000011 |
Color Harmonies of #89CCAB
Complementary color
Monochromatic Colors of #89CCAB
Black with #89CCAB
Text Example
Text Example
White with #89CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCAB; }
p { color: rgb(137,204,171); }
H1.HeaderClassName
{
color: #89CCAB;
}
.AnyTagClassName
{
color: #89CCAB;
}
</style>
background-color css
<style>
a { background-color: #89CCAB; }
a { background-color: rgb(137,204,171); }
div.DivClassName
{
background-color: #89CCAB;
}
.BgClassName
{
background-color: #89CCAB;
}
</style>
border-color css
<style>
span { border-color: #89CCAB; }
span { border-color: rgb(137,204,171); }
td.TdClassName
{
border-color: #89CCAB;
}
.TagClassName
{
border-color: #89CCAB;
}
</style>