#89CAAF

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

Shades of Vista Blue #89CAAF

Tints of Vista Blue #89CAAF

Color information

#89CAAF (or 0x89CAAF) is unknown color: approx Vista Blue. HEX triplet: 89, CA and AF. RGB value is (137,202,175). Sum of RGB (Red+Green+Blue) = 137+202+175=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAAF is #763550. Grayscale: #B3B3B3. Windows color (decimal): -7746897 or 11520649. OLE color: 11520649.

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

Color convert

RGB137202175-
CMYK0.3200.130.21
HSL155.08º38.01%66.47%-
HSV(B)155.08º32.18%79.22%-
XYZ39.1750.6548.27-
YUV179.49125.4797.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=26.65%
G=39.30%
B=34.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021750.3200.130.21155.0838.0166.47
Hex89CAAF200D159b2642
Octal211312257400152523346102
Binary1000100111001010101011111000000110110101100110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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