Shades of Vista Blue #89DCB7
Tints of Vista Blue #89DCB7
RGB
CMYK
RGB Variations
Color information
#89DCB7 (or 0x89DCB7) is known color: Vista Blue. HEX triplet: 89, DC and B7. RGB value is (137,220,183). Sum of RGB (Red+Green+Blue) = 137+220+183=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCB7 is #762348. Grayscale: #BFBFBF. Windows color (decimal): -7742281 or 12049545. OLE color: 12049545.
HSL color Cylindrical-coordinate representation of color #89DCB7: hue angle of 153.25º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCB7 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 183 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.14 |
| HSL | 153.25º | 0.54% | 0.7% | - |
| HSV(B) | 153.25º | 0.38% | 0.86% | - |
| XYZ | 44.46 | 59.92 | 54.02 | - |
| YUV | 190.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 183 | 0.38 | 0 | 0.17 | 0.14 | 153.25 | 0.54 | 0.7 |
| Hex | 89 | DC | B7 | 26 | 0 | 11 | E | 99 | 36 | 46 |
| Octal | 211 | 334 | 267 | 46 | 0 | 21 | 16 | 231 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10110111 | 100110 | 0 | 10001 | 1110 | 10011001 | 110110 | 1000110 |
Color Harmonies of #89DCB7
Complementary color
Monochromatic Colors of #89DCB7
Black with #89DCB7
Text Example
Text Example
White with #89DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCB7; }
p { color: rgb(137,220,183); }
H1.HeaderClassName
{
color: #89DCB7;
}
.AnyTagClassName
{
color: #89DCB7;
}
</style>
background-color css
<style>
a { background-color: #89DCB7; }
a { background-color: rgb(137,220,183); }
div.DivClassName
{
background-color: #89DCB7;
}
.BgClassName
{
background-color: #89DCB7;
}
</style>
border-color css
<style>
span { border-color: #89DCB7; }
span { border-color: rgb(137,220,183); }
td.TdClassName
{
border-color: #89DCB7;
}
.TagClassName
{
border-color: #89DCB7;
}
</style>