Shades of Vista Blue #89CCA6
Tints of Vista Blue #89CCA6
RGB
CMYK
RGB Variations
Color information
#89CCA6 (or 0x89CCA6) is known color: Vista Blue. HEX triplet: 89, CC and A6. RGB value is (137,204,166). Sum of RGB (Red+Green+Blue) = 137+204+166=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CCA6 is #763359. Grayscale: #B3B3B3. Windows color (decimal): -7746394 or 10931337. OLE color: 10931337.
HSL color Cylindrical-coordinate representation of color #89CCA6: hue angle of 145.97º degrees, saturation: 0.4, 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 #89CCA6 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 166 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.2 |
| HSL | 145.97º | 0.4% | 0.67% | - |
| HSV(B) | 145.97º | 0.33% | 0.8% | - |
| XYZ | 38.79 | 51.26 | 43.93 | - |
| YUV | 179.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 166 | 0.33 | 0 | 0.19 | 0.2 | 145.97 | 0.4 | 0.67 |
| Hex | 89 | CC | A6 | 21 | 0 | 13 | 14 | 92 | 28 | 43 |
| Octal | 211 | 314 | 246 | 41 | 0 | 23 | 24 | 222 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10100110 | 100001 | 0 | 10011 | 10100 | 10010010 | 101000 | 1000011 |
Color Harmonies of #89CCA6
Complementary color
Monochromatic Colors of #89CCA6
Black with #89CCA6
Text Example
Text Example
White with #89CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCA6; }
p { color: rgb(137,204,166); }
H1.HeaderClassName
{
color: #89CCA6;
}
.AnyTagClassName
{
color: #89CCA6;
}
</style>
background-color css
<style>
a { background-color: #89CCA6; }
a { background-color: rgb(137,204,166); }
div.DivClassName
{
background-color: #89CCA6;
}
.BgClassName
{
background-color: #89CCA6;
}
</style>
border-color css
<style>
span { border-color: #89CCA6; }
span { border-color: rgb(137,204,166); }
td.TdClassName
{
border-color: #89CCA6;
}
.TagClassName
{
border-color: #89CCA6;
}
</style>