#89CAAD

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

Shades of Vista Blue #89CAAD

Tints of Vista Blue #89CAAD

Color information

#89CAAD (or 0x89CAAD) is unknown color: approx Vista Blue. HEX triplet: 89, CA and AD. RGB value is (137,202,173). Sum of RGB (Red+Green+Blue) = 137+202+173=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAAD is #763552. Grayscale: #B3B3B3. Windows color (decimal): -7746899 or 11389577. OLE color: 11389577.

HSL color Cylindrical-coordinate representation of color #89CAAD: hue angle of 153.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAAD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB137202173-
CMYK0.3200.140.21
HSL153.23º38.01%66.47%-
HSV(B)153.23º32.18%79.22%-
XYZ38.9850.5847.24-
YUV179.26124.4797.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=26.76%
G=39.45%
B=33.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021730.3200.140.21153.2338.0166.47
Hex89CAAD200E15992642
Octal211312255400162523146102
Binary1000100111001010101011011000000111010101100110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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