Shades of Vista Blue #89CEA2
Tints of Vista Blue #89CEA2
RGB
CMYK
RGB Variations
Color information
#89CEA2 (or 0x89CEA2) is known color: Vista Blue. HEX triplet: 89, CE and A2. RGB value is (137,206,162). Sum of RGB (Red+Green+Blue) = 137+206+162=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEA2 is #76315D. Grayscale: #B4B4B4. Windows color (decimal): -7745886 or 10669705. OLE color: 10669705.
HSL color Cylindrical-coordinate representation of color #89CEA2: hue angle of 141.74º 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 #89CEA2 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 162 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.19 |
| HSL | 141.74º | 0.41% | 0.67% | - |
| HSV(B) | 141.74º | 0.33% | 0.81% | - |
| XYZ | 38.91 | 52.07 | 42.18 | - |
| YUV | 180.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 162 | 0.33 | 0 | 0.21 | 0.19 | 141.74 | 0.41 | 0.67 |
| Hex | 89 | CE | A2 | 21 | 0 | 15 | 13 | 8E | 29 | 43 |
| Octal | 211 | 316 | 242 | 41 | 0 | 25 | 23 | 216 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10100010 | 100001 | 0 | 10101 | 10011 | 10001110 | 101001 | 1000011 |
Color Harmonies of #89CEA2
Complementary color
Monochromatic Colors of #89CEA2
Black with #89CEA2
Text Example
Text Example
White with #89CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEA2; }
p { color: rgb(137,206,162); }
H1.HeaderClassName
{
color: #89CEA2;
}
.AnyTagClassName
{
color: #89CEA2;
}
</style>
background-color css
<style>
a { background-color: #89CEA2; }
a { background-color: rgb(137,206,162); }
div.DivClassName
{
background-color: #89CEA2;
}
.BgClassName
{
background-color: #89CEA2;
}
</style>
border-color css
<style>
span { border-color: #89CEA2; }
span { border-color: rgb(137,206,162); }
td.TdClassName
{
border-color: #89CEA2;
}
.TagClassName
{
border-color: #89CEA2;
}
</style>