Shades of Vista Blue #89CEB1
Tints of Vista Blue #89CEB1
RGB
CMYK
RGB Variations
Color information
#89CEB1 (or 0x89CEB1) is known color: Vista Blue. HEX triplet: 89, CE and B1. RGB value is (137,206,177). Sum of RGB (Red+Green+Blue) = 137+206+177=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEB1 is #76314E. Grayscale: #B6B6B6. Windows color (decimal): -7745871 or 11652745. OLE color: 11652745.
HSL color Cylindrical-coordinate representation of color #89CEB1: hue angle of 154.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEB1 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 177 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.19 |
| HSL | 154.78º | 0.41% | 0.67% | - |
| HSV(B) | 154.78º | 0.33% | 0.81% | - |
| XYZ | 40.32 | 52.64 | 49.63 | - |
| YUV | 182.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 177 | 0.33 | 0 | 0.14 | 0.19 | 154.78 | 0.41 | 0.67 |
| Hex | 89 | CE | B1 | 21 | 0 | E | 13 | 9B | 29 | 43 |
| Octal | 211 | 316 | 261 | 41 | 0 | 16 | 23 | 233 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10110001 | 100001 | 0 | 1110 | 10011 | 10011011 | 101001 | 1000011 |
Color Harmonies of #89CEB1
Complementary color
Monochromatic Colors of #89CEB1
Black with #89CEB1
Text Example
Text Example
White with #89CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEB1; }
p { color: rgb(137,206,177); }
H1.HeaderClassName
{
color: #89CEB1;
}
.AnyTagClassName
{
color: #89CEB1;
}
</style>
background-color css
<style>
a { background-color: #89CEB1; }
a { background-color: rgb(137,206,177); }
div.DivClassName
{
background-color: #89CEB1;
}
.BgClassName
{
background-color: #89CEB1;
}
</style>
border-color css
<style>
span { border-color: #89CEB1; }
span { border-color: rgb(137,206,177); }
td.TdClassName
{
border-color: #89CEB1;
}
.TagClassName
{
border-color: #89CEB1;
}
</style>