#89ACC5

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

Shades of Polo Blue #89ACC5

Tints of Polo Blue #89ACC5

Color information

#89ACC5 (or 0x89ACC5) is unknown color: approx Polo Blue. HEX triplet: 89, AC and C5. RGB value is (137,172,197). Sum of RGB (Red+Green+Blue) = 137+172+197=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #89ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACC5 is #76533A. Grayscale: #A4A4A4. Windows color (decimal): -7754555 or 12954761. OLE color: 12954761.

HSL color Cylindrical-coordinate representation of color #89ACC5: hue angle of 205º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89ACC5 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137172197-
CMYK0.300.1300.23
HSL205º34.09%65.49%-
HSV(B)205º30.46%77.25%-
XYZ35.1538.8558.47-
YUV164.38146.4108.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=27.08%
G=33.99%
B=38.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371721970.300.1300.2320534.0965.49
Hex89ACC51ED017cd2241
Octal211254305361502731542101
Binary100010011010110011000101111101101010111110011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,172,197); }

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

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

 a { background-color: rgb(137,172,197); }

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

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

 span { border-color: rgb(137,172,197); }

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