Shades of Vista Blue #89EFBD
Tints of Vista Blue #89EFBD
RGB
CMYK
RGB Variations
Color information
#89EFBD (or 0x89EFBD) is known color: Vista Blue. HEX triplet: 89, EF and BD. RGB value is (137,239,189). Sum of RGB (Red+Green+Blue) = 137+239+189=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFBD is #761042. Grayscale: #CACACA. Windows color (decimal): -7737411 or 12447625. OLE color: 12447625.
HSL color Cylindrical-coordinate representation of color #89EFBD: hue angle of 150.59º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFBD is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 189 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.06 |
| HSL | 150.59º | 0.76% | 0.74% | - |
| HSV(B) | 150.59º | 0.43% | 0.94% | - |
| XYZ | 50.37 | 70.73 | 59.14 | - |
| YUV | 202.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 189 | 0.43 | 0 | 0.21 | 0.06 | 150.59 | 0.76 | 0.74 |
| Hex | 89 | EF | BD | 2B | 0 | 15 | 6 | 97 | 4C | 4A |
| Octal | 211 | 357 | 275 | 53 | 0 | 25 | 6 | 227 | 114 | 112 |
| Binary | 10001001 | 11101111 | 10111101 | 101011 | 0 | 10101 | 110 | 10010111 | 1001100 | 1001010 |
Color Harmonies of #89EFBD
Complementary color
Monochromatic Colors of #89EFBD
Black with #89EFBD
Text Example
Text Example
White with #89EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFBD; }
p { color: rgb(137,239,189); }
H1.HeaderClassName
{
color: #89EFBD;
}
.AnyTagClassName
{
color: #89EFBD;
}
</style>
background-color css
<style>
a { background-color: #89EFBD; }
a { background-color: rgb(137,239,189); }
div.DivClassName
{
background-color: #89EFBD;
}
.BgClassName
{
background-color: #89EFBD;
}
</style>
border-color css
<style>
span { border-color: #89EFBD; }
span { border-color: rgb(137,239,189); }
td.TdClassName
{
border-color: #89EFBD;
}
.TagClassName
{
border-color: #89EFBD;
}
</style>