Shades of Vista Blue #89CBA7
Tints of Vista Blue #89CBA7
RGB
CMYK
RGB Variations
Color information
#89CBA7 (or 0x89CBA7) is known color: Vista Blue. HEX triplet: 89, CB and A7. RGB value is (137,203,167). Sum of RGB (Red+Green+Blue) = 137+203+167=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CBA7 is #763458. Grayscale: #B3B3B3. Windows color (decimal): -7746649 or 10996617. OLE color: 10996617.
HSL color Cylindrical-coordinate representation of color #89CBA7: hue angle of 147.27º degrees, saturation: 0.39, 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 #89CBA7 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 167 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.20 |
| HSL | 147.27º | 0.39% | 0.67% | - |
| HSV(B) | 147.27º | 0.33% | 0.8% | - |
| XYZ | 38.65 | 50.82 | 44.33 | - |
| YUV | 179.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 167 | 0.33 | 0 | 0.18 | 0.20 | 147.27 | 0.39 | 0.67 |
| Hex | 89 | CB | A7 | 21 | 0 | 12 | 14 | 93 | 27 | 43 |
| Octal | 211 | 313 | 247 | 41 | 0 | 22 | 24 | 223 | 47 | 103 |
| Binary | 10001001 | 11001011 | 10100111 | 100001 | 0 | 10010 | 10100 | 10010011 | 100111 | 1000011 |
Color Harmonies of #89CBA7
Complementary color
Monochromatic Colors of #89CBA7
Black with #89CBA7
Text Example
Text Example
White with #89CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBA7; }
p { color: rgb(137,203,167); }
H1.HeaderClassName
{
color: #89CBA7;
}
.AnyTagClassName
{
color: #89CBA7;
}
</style>
background-color css
<style>
a { background-color: #89CBA7; }
a { background-color: rgb(137,203,167); }
div.DivClassName
{
background-color: #89CBA7;
}
.BgClassName
{
background-color: #89CBA7;
}
</style>
border-color css
<style>
span { border-color: #89CBA7; }
span { border-color: rgb(137,203,167); }
td.TdClassName
{
border-color: #89CBA7;
}
.TagClassName
{
border-color: #89CBA7;
}
</style>