Shades of Vista Blue #89CEA8
Tints of Vista Blue #89CEA8
RGB
CMYK
RGB Variations
Color information
#89CEA8 (or 0x89CEA8) is known color: Vista Blue. HEX triplet: 89, CE and A8. RGB value is (137,206,168). Sum of RGB (Red+Green+Blue) = 137+206+168=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEA8 is #763157. Grayscale: #B5B5B5. Windows color (decimal): -7745880 or 11062921. OLE color: 11062921.
HSL color Cylindrical-coordinate representation of color #89CEA8: hue angle of 146.96º 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 #89CEA8 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 168 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.19 |
| HSL | 146.96º | 0.41% | 0.67% | - |
| HSV(B) | 146.96º | 0.33% | 0.81% | - |
| XYZ | 39.46 | 52.29 | 45.06 | - |
| YUV | 181.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 168 | 0.33 | 0 | 0.18 | 0.19 | 146.96 | 0.41 | 0.67 |
| Hex | 89 | CE | A8 | 21 | 0 | 12 | 13 | 93 | 29 | 43 |
| Octal | 211 | 316 | 250 | 41 | 0 | 22 | 23 | 223 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10101000 | 100001 | 0 | 10010 | 10011 | 10010011 | 101001 | 1000011 |
Color Harmonies of #89CEA8
Complementary color
Monochromatic Colors of #89CEA8
Black with #89CEA8
Text Example
Text Example
White with #89CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEA8; }
p { color: rgb(137,206,168); }
H1.HeaderClassName
{
color: #89CEA8;
}
.AnyTagClassName
{
color: #89CEA8;
}
</style>
background-color css
<style>
a { background-color: #89CEA8; }
a { background-color: rgb(137,206,168); }
div.DivClassName
{
background-color: #89CEA8;
}
.BgClassName
{
background-color: #89CEA8;
}
</style>
border-color css
<style>
span { border-color: #89CEA8; }
span { border-color: rgb(137,206,168); }
td.TdClassName
{
border-color: #89CEA8;
}
.TagClassName
{
border-color: #89CEA8;
}
</style>