#89DBB2

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

Shades of Vista Blue #89DBB2

Tints of Vista Blue #89DBB2

Color information

#89DBB2 (or 0x89DBB2) is unknown color: approx Vista Blue. HEX triplet: 89, DB and B2. RGB value is (137,219,178). Sum of RGB (Red+Green+Blue) = 137+219+178=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBB2 is #76244D. Grayscale: #BDBDBD. Windows color (decimal): -7742542 or 11721609. OLE color: 11721609.

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

Color convert

RGB137219178-
CMYK0.3700.190.14
HSL150º53.25%69.8%-
HSV(B)150º37.44%85.88%-
XYZ43.6859.251.24-
YUV189.81121.3390.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=25.66%
G=41.01%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191780.3700.190.1415053.2569.8
Hex89DBB225013E963546
Octal211333262450231622665106
Binary1000100111011011101100101001010100111110100101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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