#89ABD1

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

Shades of Polo Blue #89ABD1

Tints of Polo Blue #89ABD1

Color information

#89ABD1 (or 0x89ABD1) is unknown color: approx Polo Blue. HEX triplet: 89, AB and D1. RGB value is (137,171,209). Sum of RGB (Red+Green+Blue) = 137+171+209=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #89ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABD1 is #76542E. Grayscale: #A4A4A4. Windows color (decimal): -7754799 or 13740937. OLE color: 13740937.

HSL color Cylindrical-coordinate representation of color #89ABD1: hue angle of 211.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89ABD1 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137171209-
CMYK0.340.1800.18
HSL211.67º43.9%67.84%-
HSV(B)211.67º34.45%81.96%-
XYZ36.3939.0565.94-
YUV165.17152.74107.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=26.50%
G=33.08%
B=40.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371712090.340.1800.18211.6743.967.84
Hex89ABD12212012d42c44
Octal211253321422202232454104
Binary10001001101010111101000110001010010010010110101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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