Shades of Vista Blue #89CCB0
Tints of Vista Blue #89CCB0
RGB
CMYK
RGB Variations
Color information
#89CCB0 (or 0x89CCB0) is known color: Vista Blue. HEX triplet: 89, CC and B0. RGB value is (137,204,176). Sum of RGB (Red+Green+Blue) = 137+204+176=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCB0 is #76334F. Grayscale: #B4B4B4. Windows color (decimal): -7746384 or 11586697. OLE color: 11586697.
HSL color Cylindrical-coordinate representation of color #89CCB0: hue angle of 154.93º 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 #89CCB0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 176 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.2 |
| HSL | 154.93º | 0.4% | 0.67% | - |
| HSV(B) | 154.93º | 0.33% | 0.8% | - |
| XYZ | 39.75 | 51.64 | 48.95 | - |
| YUV | 180.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 176 | 0.33 | 0 | 0.14 | 0.2 | 154.93 | 0.4 | 0.67 |
| Hex | 89 | CC | B0 | 21 | 0 | E | 14 | 9B | 28 | 43 |
| Octal | 211 | 314 | 260 | 41 | 0 | 16 | 24 | 233 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10110000 | 100001 | 0 | 1110 | 10100 | 10011011 | 101000 | 1000011 |
Color Harmonies of #89CCB0
Complementary color
Monochromatic Colors of #89CCB0
Black with #89CCB0
Text Example
Text Example
White with #89CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCB0; }
p { color: rgb(137,204,176); }
H1.HeaderClassName
{
color: #89CCB0;
}
.AnyTagClassName
{
color: #89CCB0;
}
</style>
background-color css
<style>
a { background-color: #89CCB0; }
a { background-color: rgb(137,204,176); }
div.DivClassName
{
background-color: #89CCB0;
}
.BgClassName
{
background-color: #89CCB0;
}
</style>
border-color css
<style>
span { border-color: #89CCB0; }
span { border-color: rgb(137,204,176); }
td.TdClassName
{
border-color: #89CCB0;
}
.TagClassName
{
border-color: #89CCB0;
}
</style>