Shades of Vista Blue #89DBA8
Tints of Vista Blue #89DBA8
RGB
CMYK
RGB Variations
Color information
#89DBA8 (or 0x89DBA8) is known color: Vista Blue. HEX triplet: 89, DB and A8. RGB value is (137,219,168). Sum of RGB (Red+Green+Blue) = 137+219+168=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBA8 is #762457. Grayscale: #BCBCBC. Windows color (decimal): -7742552 or 11066249. OLE color: 11066249.
HSL color Cylindrical-coordinate representation of color #89DBA8: hue angle of 142.68º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBA8 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 168 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.14 |
| HSL | 142.68º | 0.53% | 0.7% | - |
| HSV(B) | 142.68º | 0.37% | 0.86% | - |
| XYZ | 42.72 | 58.81 | 46.15 | - |
| YUV | 188.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 168 | 0.37 | 0 | 0.23 | 0.14 | 142.68 | 0.53 | 0.7 |
| Hex | 89 | DB | A8 | 25 | 0 | 17 | E | 8F | 35 | 46 |
| Octal | 211 | 333 | 250 | 45 | 0 | 27 | 16 | 217 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10101000 | 100101 | 0 | 10111 | 1110 | 10001111 | 110101 | 1000110 |
Color Harmonies of #89DBA8
Complementary color
Monochromatic Colors of #89DBA8
Black with #89DBA8
Text Example
Text Example
White with #89DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBA8; }
p { color: rgb(137,219,168); }
H1.HeaderClassName
{
color: #89DBA8;
}
.AnyTagClassName
{
color: #89DBA8;
}
</style>
background-color css
<style>
a { background-color: #89DBA8; }
a { background-color: rgb(137,219,168); }
div.DivClassName
{
background-color: #89DBA8;
}
.BgClassName
{
background-color: #89DBA8;
}
</style>
border-color css
<style>
span { border-color: #89DBA8; }
span { border-color: rgb(137,219,168); }
td.TdClassName
{
border-color: #89DBA8;
}
.TagClassName
{
border-color: #89DBA8;
}
</style>