#89DCB1

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

Shades of Vista Blue #89DCB1

Tints of Vista Blue #89DCB1

Color information

#89DCB1 (or 0x89DCB1) is unknown color: approx Vista Blue. HEX triplet: 89, DC and B1. RGB value is (137,220,177). Sum of RGB (Red+Green+Blue) = 137+220+177=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCB1 is #76234E. Grayscale: #BEBEBE. Windows color (decimal): -7742287 or 11656329. OLE color: 11656329.

HSL color Cylindrical-coordinate representation of color #89DCB1: hue angle of 148.92º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCB1 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB137220177-
CMYK0.3800.200.14
HSL148.92º54.25%70%-
HSV(B)148.92º37.73%86.27%-
XYZ43.8559.6850.8-
YUV190.28120.590-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=25.66%
G=41.20%
B=33.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201770.3800.200.14148.9254.2570
Hex89DCB126014E953646
Octal211334261460241622566106
Binary1000100111011100101100011001100101001110100101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,220,177); }

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

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

 a { background-color: rgb(137,220,177); }

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

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

 span { border-color: rgb(137,220,177); }

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