#89D6B3

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

Shades of Vista Blue #89D6B3

Tints of Vista Blue #89D6B3

Color information

#89D6B3 (or 0x89D6B3) is unknown color: approx Vista Blue. HEX triplet: 89, D6 and B3. RGB value is (137,214,179). Sum of RGB (Red+Green+Blue) = 137+214+179=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6B3 is #76294C. Grayscale: #BBBBBB. Windows color (decimal): -7743821 or 11785865. OLE color: 11785865.

HSL color Cylindrical-coordinate representation of color #89D6B3: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D6B3 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB137214179-
CMYK0.3600.160.16
HSL152.73º48.43%68.82%-
HSV(B)152.73º35.98%83.92%-
XYZ42.556.6751.35-
YUV186.99123.4992.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.85%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=25.85%
G=40.38%
B=33.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372141790.3600.160.16152.7348.4368.82
Hex89D6B32401010993045
Octal211326263440202023160105
Binary10001001110101101011001110010001000010000100110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,214,179); }

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

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

 a { background-color: rgb(137,214,179); }

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

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

 span { border-color: rgb(137,214,179); }

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