#89A6DB

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

Shades of Polo Blue #89A6DB

Tints of Polo Blue #89A6DB

Color information

#89A6DB (or 0x89A6DB) is unknown color: approx Polo Blue. HEX triplet: 89, A6 and DB. RGB value is (137,166,219). Sum of RGB (Red+Green+Blue) = 137+166+219=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #89A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6DB is #765924. Grayscale: #A3A3A3. Windows color (decimal): -7756069 or 14395017. OLE color: 14395017.

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

Color convert

RGB137166219-
CMYK0.370.2400.14
HSL218.78º53.25%69.8%-
HSV(B)218.78º37.44%85.88%-
XYZ36.7437.7172.36-
YUV163.37159.39109.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=26.25%
G=31.80%
B=41.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371662190.370.2400.14218.7853.2569.8
Hex89A6DB25180Edb3546
Octal211246333453001633365106
Binary1000100110100110110110111001011100001110110110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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