#89C9AB

Color #89C9AB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #89C9AB

Tints of Vista Blue #89C9AB

Color information

#89C9AB (or 0x89C9AB) is unknown color: approx Vista Blue. HEX triplet: 89, C9 and AB. RGB value is (137,201,171). Sum of RGB (Red+Green+Blue) = 137+201+171=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #89C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C9AB is #763654. Grayscale: #B2B2B2. Windows color (decimal): -7747157 or 11258249. OLE color: 11258249.

HSL color Cylindrical-coordinate representation of color #89C9AB: hue angle of 151.88º degrees, saturation: 0.37, 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 #89C9AB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB137201171-
CMYK0.3200.150.21
HSL151.88º37.21%66.27%-
HSV(B)151.88º31.84%78.82%-
XYZ38.5550.0346.15-
YUV178.44123.898.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 26.92%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=26.92%
G=39.49%
B=33.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372011710.3200.150.21151.8837.2166.27
Hex89C9AB200F15982542
Octal211311253400172523045102
Binary1000100111001001101010111000000111110101100110001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89C9AB; }

 p { color: rgb(137,201,171); }

 H1.HeaderClassName
 {
   color: #89C9AB;
 }
 .AnyTagClassName
 {
   color: #89C9AB;
 }
</style>
background-color css

<style>
 a { background-color: #89C9AB; }

 a { background-color: rgb(137,201,171); }

 div.DivClassName
 {
   background-color: #89C9AB;
 }
 .BgClassName
 {
   background-color: #89C9AB;
 }
</style>
border-color css

<style>
 span { border-color: #89C9AB; }

 span { border-color: rgb(137,201,171); }

 td.TdClassName
 {
   border-color: #89C9AB;
 }
 .TagClassName
 {
   border-color: #89C9AB;
 }
</style>