#89ABDB

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

Shades of Polo Blue #89ABDB

Tints of Polo Blue #89ABDB

Color information

#89ABDB (or 0x89ABDB) is unknown color: approx Polo Blue. HEX triplet: 89, AB and DB. RGB value is (137,171,219). Sum of RGB (Red+Green+Blue) = 137+171+219=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #89ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDB is #765424. Grayscale: #A6A6A6. Windows color (decimal): -7754789 or 14396297. OLE color: 14396297.

HSL color Cylindrical-coordinate representation of color #89ABDB: hue angle of 215.12º 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 #89ABDB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137171219-
CMYK0.370.2200.14
HSL215.12º53.25%69.8%-
HSV(B)215.12º37.44%85.88%-
XYZ37.6739.5672.67-
YUV166.31157.74107.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=26.00%
G=32.45%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371712190.370.2200.14215.1253.2569.8
Hex89ABDB25160Ed73546
Octal211253333452601632765106
Binary1000100110101011110110111001011011001110110101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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