#89DBAF

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

Shades of Vista Blue #89DBAF

Tints of Vista Blue #89DBAF

Color information

#89DBAF (or 0x89DBAF) is unknown color: approx Vista Blue. HEX triplet: 89, DB and AF. RGB value is (137,219,175). Sum of RGB (Red+Green+Blue) = 137+219+175=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAF is #762450. Grayscale: #BDBDBD. Windows color (decimal): -7742545 or 11525001. OLE color: 11525001.

HSL color Cylindrical-coordinate representation of color #89DBAF: hue angle of 147.8º 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 #89DBAF is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB137219175-
CMYK0.3700.200.14
HSL147.8º53.25%69.8%-
HSV(B)147.8º37.44%85.88%-
XYZ43.3959.0849.67-
YUV189.47119.8390.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=25.80%
G=41.24%
B=32.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191750.3700.200.14147.853.2569.8
Hex89DBAF25014E943546
Octal211333257450241622465106
Binary1000100111011011101011111001010101001110100101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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