#89DDBA

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

Shades of Vista Blue #89DDBA

Tints of Vista Blue #89DDBA

Color information

#89DDBA (or 0x89DDBA) is unknown color: approx Vista Blue. HEX triplet: 89, DD and BA. RGB value is (137,221,186). Sum of RGB (Red+Green+Blue) = 137+221+186=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDBA is #762245. Grayscale: #BFBFBF. Windows color (decimal): -7742022 or 12246409. OLE color: 12246409.

HSL color Cylindrical-coordinate representation of color #89DDBA: hue angle of 155º 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 #89DDBA is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB137221186-
CMYK0.3800.160.13
HSL155º55.26%70.2%-
HSV(B)155º38.01%86.67%-
XYZ45.0460.5855.77-
YUV191.89124.6788.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=25.18%
G=40.62%
B=34.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372211860.3800.160.1315555.2670.2
Hex89DDBA26010D9b3746
Octal211335272460201523367106
Binary1000100111011101101110101001100100001101100110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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