#89DAAD

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

Shades of Vista Blue #89DAAD

Tints of Vista Blue #89DAAD

Color information

#89DAAD (or 0x89DAAD) is unknown color: approx Vista Blue. HEX triplet: 89, DA and AD. RGB value is (137,218,173). Sum of RGB (Red+Green+Blue) = 137+218+173=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #89DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DAAD is #762552. Grayscale: #BCBCBC. Windows color (decimal): -7742803 or 11393673. OLE color: 11393673.

HSL color Cylindrical-coordinate representation of color #89DAAD: hue angle of 146.67º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DAAD is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB137218173-
CMYK0.3700.210.15
HSL146.67º52.26%69.61%-
HSV(B)146.67º37.16%85.49%-
XYZ42.9358.4848.56-
YUV188.65119.1691.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=25.95%
G=41.29%
B=32.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372181730.3700.210.15146.6752.2669.61
Hex89DAAD25015F933446
Octal211332255450251722364106
Binary1000100111011010101011011001010101011111100100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,218,173); }

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

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

 a { background-color: rgb(137,218,173); }

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

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

 span { border-color: rgb(137,218,173); }

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