#89DBAA

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

Shades of Vista Blue #89DBAA

Tints of Vista Blue #89DBAA

Color information

#89DBAA (or 0x89DBAA) is unknown color: approx Vista Blue. HEX triplet: 89, DB and AA. RGB value is (137,219,170). Sum of RGB (Red+Green+Blue) = 137+219+170=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAA is #762455. Grayscale: #BDBDBD. Windows color (decimal): -7742550 or 11197321. OLE color: 11197321.

HSL color Cylindrical-coordinate representation of color #89DBAA: hue angle of 144.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBAA is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB137219170-
CMYK0.3700.220.14
HSL144.15º53.25%69.8%-
HSV(B)144.15º37.44%85.88%-
XYZ42.958.8847.13-
YUV188.9117.3390.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=26.05%
G=41.63%
B=32.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191700.3700.220.14144.1553.2569.8
Hex89DBAA25016E903546
Octal211333252450261622065106
Binary1000100111011011101010101001010101101110100100001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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