#89DDA4

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

Shades of Vista Blue #89DDA4

Tints of Vista Blue #89DDA4

Color information

#89DDA4 (or 0x89DDA4) is unknown color: approx Vista Blue. HEX triplet: 89, DD and A4. RGB value is (137,221,164). Sum of RGB (Red+Green+Blue) = 137+221+164=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDA4 is #76225B. Grayscale: #BDBDBD. Windows color (decimal): -7742044 or 10804617. OLE color: 10804617.

HSL color Cylindrical-coordinate representation of color #89DDA4: hue angle of 139.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDA4 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB137221164-
CMYK0.3800.260.13
HSL139.29º55.26%70.2%-
HSV(B)139.29º38.01%86.67%-
XYZ42.8759.7144.39-
YUV189.39113.6790.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=26.25%
G=42.34%
B=31.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372211640.3800.260.13139.2955.2670.2
Hex89DDA42601AD8b3746
Octal211335244460321521367106
Binary1000100111011101101001001001100110101101100010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,221,164); }

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

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

 a { background-color: rgb(137,221,164); }

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

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

 span { border-color: rgb(137,221,164); }

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