Shades of Vista Blue #89CAA8
Tints of Vista Blue #89CAA8
RGB
CMYK
RGB Variations
Color information
#89CAA8 (or 0x89CAA8) is known color: Vista Blue. HEX triplet: 89, CA and A8. RGB value is (137,202,168). Sum of RGB (Red+Green+Blue) = 137+202+168=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAA8 is #763557. Grayscale: #B2B2B2. Windows color (decimal): -7746904 or 11061897. OLE color: 11061897.
HSL color Cylindrical-coordinate representation of color #89CAA8: hue angle of 148.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 168 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.21 |
| HSL | 148.62º | 0.38% | 0.66% | - |
| HSV(B) | 148.62º | 0.32% | 0.79% | - |
| XYZ | 38.5 | 50.39 | 44.74 | - |
| YUV | 178.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 168 | 0.32 | 0 | 0.17 | 0.21 | 148.62 | 0.38 | 0.66 |
| Hex | 89 | CA | A8 | 20 | 0 | 11 | 15 | 95 | 26 | 42 |
| Octal | 211 | 312 | 250 | 40 | 0 | 21 | 25 | 225 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10101000 | 100000 | 0 | 10001 | 10101 | 10010101 | 100110 | 1000010 |
Color Harmonies of #89CAA8
Complementary color
Monochromatic Colors of #89CAA8
Black with #89CAA8
Text Example
Text Example
White with #89CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAA8; }
p { color: rgb(137,202,168); }
H1.HeaderClassName
{
color: #89CAA8;
}
.AnyTagClassName
{
color: #89CAA8;
}
</style>
background-color css
<style>
a { background-color: #89CAA8; }
a { background-color: rgb(137,202,168); }
div.DivClassName
{
background-color: #89CAA8;
}
.BgClassName
{
background-color: #89CAA8;
}
</style>
border-color css
<style>
span { border-color: #89CAA8; }
span { border-color: rgb(137,202,168); }
td.TdClassName
{
border-color: #89CAA8;
}
.TagClassName
{
border-color: #89CAA8;
}
</style>