#89D7AE

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

Shades of Vista Blue #89D7AE

Tints of Vista Blue #89D7AE

Color information

#89D7AE (or 0x89D7AE) is unknown color: approx Vista Blue. HEX triplet: 89, D7 and AE. RGB value is (137,215,174). Sum of RGB (Red+Green+Blue) = 137+215+174=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #89D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D7AE is #762851. Grayscale: #BBBBBB. Windows color (decimal): -7743570 or 11458441. OLE color: 11458441.

HSL color Cylindrical-coordinate representation of color #89D7AE: hue angle of 148.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D7AE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB137215174-
CMYK0.3600.190.16
HSL148.46º49.37%69.02%-
HSV(B)148.46º36.28%84.31%-
XYZ42.2656.9848.81-
YUV187120.6692.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=26.05%
G=40.87%
B=33.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372151740.3600.190.16148.4649.3769.02
Hex89D7AE2401310943145
Octal211327256440232022461105
Binary10001001110101111010111010010001001110000100101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,215,174); }

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

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

 a { background-color: rgb(137,215,174); }

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

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

 span { border-color: rgb(137,215,174); }

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