Shades of Vista Blue #89CCAF
Tints of Vista Blue #89CCAF
RGB
CMYK
RGB Variations
Color information
#89CCAF (or 0x89CCAF) is known color: Vista Blue. HEX triplet: 89, CC and AF. RGB value is (137,204,175). Sum of RGB (Red+Green+Blue) = 137+204+175=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCAF is #763350. Grayscale: #B4B4B4. Windows color (decimal): -7746385 or 11521161. OLE color: 11521161.
HSL color Cylindrical-coordinate representation of color #89CCAF: hue angle of 154.03º 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 #89CCAF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 175 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.2 |
| HSL | 154.03º | 0.4% | 0.67% | - |
| HSV(B) | 154.03º | 0.33% | 0.8% | - |
| XYZ | 39.65 | 51.6 | 48.43 | - |
| YUV | 180.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 175 | 0.33 | 0 | 0.14 | 0.2 | 154.03 | 0.4 | 0.67 |
| Hex | 89 | CC | AF | 21 | 0 | E | 14 | 9A | 28 | 43 |
| Octal | 211 | 314 | 257 | 41 | 0 | 16 | 24 | 232 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10101111 | 100001 | 0 | 1110 | 10100 | 10011010 | 101000 | 1000011 |
Color Harmonies of #89CCAF
Complementary color
Monochromatic Colors of #89CCAF
Black with #89CCAF
Text Example
Text Example
White with #89CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCAF; }
p { color: rgb(137,204,175); }
H1.HeaderClassName
{
color: #89CCAF;
}
.AnyTagClassName
{
color: #89CCAF;
}
</style>
background-color css
<style>
a { background-color: #89CCAF; }
a { background-color: rgb(137,204,175); }
div.DivClassName
{
background-color: #89CCAF;
}
.BgClassName
{
background-color: #89CCAF;
}
</style>
border-color css
<style>
span { border-color: #89CCAF; }
span { border-color: rgb(137,204,175); }
td.TdClassName
{
border-color: #89CCAF;
}
.TagClassName
{
border-color: #89CCAF;
}
</style>