#89D8AA

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

Shades of Vista Blue #89D8AA

Tints of Vista Blue #89D8AA

Color information

#89D8AA (or 0x89D8AA) is unknown color: approx Vista Blue. HEX triplet: 89, D8 and AA. RGB value is (137,216,170). Sum of RGB (Red+Green+Blue) = 137+216+170=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #89D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D8AA is #762755. Grayscale: #BBBBBB. Windows color (decimal): -7743318 or 11196553. OLE color: 11196553.

HSL color Cylindrical-coordinate representation of color #89D8AA: hue angle of 145.06º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D8AA is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB137216170-
CMYK0.3700.210.15
HSL145.06º50.32%69.22%-
HSV(B)145.06º36.57%84.71%-
XYZ42.1357.3346.88-
YUV187.14118.3392.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=26.20%
G=41.30%
B=32.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372161700.3700.210.15145.0650.3269.22
Hex89D8AA25015F913245
Octal211330252450251722162105
Binary1000100111011000101010101001010101011111100100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,216,170); }

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

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

 a { background-color: rgb(137,216,170); }

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

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

 span { border-color: rgb(137,216,170); }

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