#89DFB2

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

Shades of Vista Blue #89DFB2

Tints of Vista Blue #89DFB2

Color information

#89DFB2 (or 0x89DFB2) is unknown color: approx Vista Blue. HEX triplet: 89, DF and B2. RGB value is (137,223,178). Sum of RGB (Red+Green+Blue) = 137+223+178=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DFB2 is #76204D. Grayscale: #C0C0C0. Windows color (decimal): -7741518 or 11722633. OLE color: 11722633.

HSL color Cylindrical-coordinate representation of color #89DFB2: hue angle of 148.6º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DFB2 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB137223178-
CMYK0.3900.200.13
HSL148.6º57.33%70.59%-
HSV(B)148.6º38.57%87.45%-
XYZ44.7461.3151.6-
YUV192.16120.0188.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.46%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=25.46%
G=41.45%
B=33.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372231780.3900.200.13148.657.3370.59
Hex89DFB227014D953947
Octal211337262470241522571107
Binary1000100111011111101100101001110101001101100101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,223,178); }

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

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

 a { background-color: rgb(137,223,178); }

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

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

 span { border-color: rgb(137,223,178); }

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