Shades of Vista Blue #89DCB0
Tints of Vista Blue #89DCB0
RGB
CMYK
RGB Variations
Color information
#89DCB0 (or 0x89DCB0) is known color: Vista Blue. HEX triplet: 89, DC and B0. RGB value is (137,220,176). Sum of RGB (Red+Green+Blue) = 137+220+176=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCB0 is #76234F. Grayscale: #BEBEBE. Windows color (decimal): -7742288 or 11590793. OLE color: 11590793.
HSL color Cylindrical-coordinate representation of color #89DCB0: hue angle of 148.19º 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 #89DCB0 is Cyan = 0.38, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 176 | - |
| CMYK | 0.38 | 0 | 0.2 | 0.14 |
| HSL | 148.19º | 0.54% | 0.7% | - |
| HSV(B) | 148.19º | 0.38% | 0.86% | - |
| XYZ | 43.75 | 59.64 | 50.28 | - |
| YUV | 190.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 176 | 0.38 | 0 | 0.2 | 0.14 | 148.19 | 0.54 | 0.7 |
| Hex | 89 | DC | B0 | 26 | 0 | 14 | E | 94 | 36 | 46 |
| Octal | 211 | 334 | 260 | 46 | 0 | 24 | 16 | 224 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10110000 | 100110 | 0 | 10100 | 1110 | 10010100 | 110110 | 1000110 |
Color Harmonies of #89DCB0
Complementary color
Monochromatic Colors of #89DCB0
Black with #89DCB0
Text Example
Text Example
White with #89DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCB0; }
p { color: rgb(137,220,176); }
H1.HeaderClassName
{
color: #89DCB0;
}
.AnyTagClassName
{
color: #89DCB0;
}
</style>
background-color css
<style>
a { background-color: #89DCB0; }
a { background-color: rgb(137,220,176); }
div.DivClassName
{
background-color: #89DCB0;
}
.BgClassName
{
background-color: #89DCB0;
}
</style>
border-color css
<style>
span { border-color: #89DCB0; }
span { border-color: rgb(137,220,176); }
td.TdClassName
{
border-color: #89DCB0;
}
.TagClassName
{
border-color: #89DCB0;
}
</style>