Shades of Vista Blue #89CBAE
Tints of Vista Blue #89CBAE
RGB
CMYK
RGB Variations
Color information
#89CBAE (or 0x89CBAE) is known color: Vista Blue. HEX triplet: 89, CB and AE. RGB value is (137,203,174). Sum of RGB (Red+Green+Blue) = 137+203+174=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CBAE is #763451. Grayscale: #B4B4B4. Windows color (decimal): -7746642 or 11455369. OLE color: 11455369.
HSL color Cylindrical-coordinate representation of color #89CBAE: hue angle of 153.64º degrees, saturation: 0.39, 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 #89CBAE is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 174 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.20 |
| HSL | 153.64º | 0.39% | 0.67% | - |
| HSV(B) | 153.64º | 0.33% | 0.8% | - |
| XYZ | 39.31 | 51.09 | 47.83 | - |
| YUV | 179.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 174 | 0.33 | 0 | 0.14 | 0.20 | 153.64 | 0.39 | 0.67 |
| Hex | 89 | CB | AE | 21 | 0 | E | 14 | 9A | 27 | 43 |
| Octal | 211 | 313 | 256 | 41 | 0 | 16 | 24 | 232 | 47 | 103 |
| Binary | 10001001 | 11001011 | 10101110 | 100001 | 0 | 1110 | 10100 | 10011010 | 100111 | 1000011 |
Color Harmonies of #89CBAE
Complementary color
Monochromatic Colors of #89CBAE
Black with #89CBAE
Text Example
Text Example
White with #89CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBAE; }
p { color: rgb(137,203,174); }
H1.HeaderClassName
{
color: #89CBAE;
}
.AnyTagClassName
{
color: #89CBAE;
}
</style>
background-color css
<style>
a { background-color: #89CBAE; }
a { background-color: rgb(137,203,174); }
div.DivClassName
{
background-color: #89CBAE;
}
.BgClassName
{
background-color: #89CBAE;
}
</style>
border-color css
<style>
span { border-color: #89CBAE; }
span { border-color: rgb(137,203,174); }
td.TdClassName
{
border-color: #89CBAE;
}
.TagClassName
{
border-color: #89CBAE;
}
</style>