#89AACD

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

Shades of Polo Blue #89AACD

Tints of Polo Blue #89AACD

Color information

#89AACD (or 0x89AACD) is unknown color: approx Polo Blue. HEX triplet: 89, AA and CD. RGB value is (137,170,205). Sum of RGB (Red+Green+Blue) = 137+170+205=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #89AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AACD is #765532. Grayscale: #A3A3A3. Windows color (decimal): -7755059 or 13478537. OLE color: 13478537.

HSL color Cylindrical-coordinate representation of color #89AACD: hue angle of 210.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89AACD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137170205-
CMYK0.330.1700.20
HSL210.88º40.48%67.06%-
HSV(B)210.88º33.17%80.39%-
XYZ35.7138.4863.3-
YUV164.12151.07108.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=26.76%
G=33.20%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371702050.330.1700.20210.8840.4867.06
Hex89AACD2111014d32843
Octal211252315412102432350103
Binary10001001101010101100110110000110001010100110100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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