#89AADC

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

Shades of Polo Blue #89AADC

Tints of Polo Blue #89AADC

Color information

#89AADC (or 0x89AADC) is unknown color: approx Polo Blue. HEX triplet: 89, AA and DC. RGB value is (137,170,220). Sum of RGB (Red+Green+Blue) = 137+170+220=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #89AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AADC is #765523. Grayscale: #A5A5A5. Windows color (decimal): -7755044 or 14461577. OLE color: 14461577.

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

Color convert

RGB137170220-
CMYK0.380.2300.14
HSL216.14º54.25%70%-
HSV(B)216.14º37.73%86.27%-
XYZ37.6139.2473.3-
YUV165.83158.57107.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=26.00%
G=32.26%
B=41.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371702200.380.2300.14216.1454.2570
Hex89AADC26170Ed83646
Octal211252334462701633066106
Binary1000100110101010110111001001101011101110110110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,220); }

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

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

 a { background-color: rgb(137,170,220); }

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

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

 span { border-color: rgb(137,170,220); }

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