Shades of Vista Blue #89CCA8
Tints of Vista Blue #89CCA8
RGB
CMYK
RGB Variations
Color information
#89CCA8 (or 0x89CCA8) is known color: Vista Blue. HEX triplet: 89, CC and A8. RGB value is (137,204,168). Sum of RGB (Red+Green+Blue) = 137+204+168=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCA8 is #763357. Grayscale: #B3B3B3. Windows color (decimal): -7746392 or 11062409. OLE color: 11062409.
HSL color Cylindrical-coordinate representation of color #89CCA8: hue angle of 147.76º 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 #89CCA8 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 168 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.2 |
| HSL | 147.76º | 0.4% | 0.67% | - |
| HSV(B) | 147.76º | 0.33% | 0.8% | - |
| XYZ | 38.98 | 51.33 | 44.9 | - |
| YUV | 179.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 168 | 0.33 | 0 | 0.18 | 0.2 | 147.76 | 0.4 | 0.67 |
| Hex | 89 | CC | A8 | 21 | 0 | 12 | 14 | 94 | 28 | 43 |
| Octal | 211 | 314 | 250 | 41 | 0 | 22 | 24 | 224 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10101000 | 100001 | 0 | 10010 | 10100 | 10010100 | 101000 | 1000011 |
Color Harmonies of #89CCA8
Complementary color
Monochromatic Colors of #89CCA8
Black with #89CCA8
Text Example
Text Example
White with #89CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCA8; }
p { color: rgb(137,204,168); }
H1.HeaderClassName
{
color: #89CCA8;
}
.AnyTagClassName
{
color: #89CCA8;
}
</style>
background-color css
<style>
a { background-color: #89CCA8; }
a { background-color: rgb(137,204,168); }
div.DivClassName
{
background-color: #89CCA8;
}
.BgClassName
{
background-color: #89CCA8;
}
</style>
border-color css
<style>
span { border-color: #89CCA8; }
span { border-color: rgb(137,204,168); }
td.TdClassName
{
border-color: #89CCA8;
}
.TagClassName
{
border-color: #89CCA8;
}
</style>