#89AACC

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

Shades of Polo Blue #89AACC

Tints of Polo Blue #89AACC

Color information

#89AACC (or 0x89AACC) is unknown color: approx Polo Blue. HEX triplet: 89, AA and CC. RGB value is (137,170,204). Sum of RGB (Red+Green+Blue) = 137+170+204=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #89AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AACC is #765533. Grayscale: #A3A3A3. Windows color (decimal): -7755060 or 13413001. OLE color: 13413001.

HSL color Cylindrical-coordinate representation of color #89AACC: hue angle of 210.45º 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 #89AACC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137170204-
CMYK0.330.1700.2
HSL210.45º39.64%66.86%-
HSV(B)210.45º32.84%80%-
XYZ35.5938.4362.67-
YUV164.01150.57108.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.81%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=26.81%
G=33.27%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371702040.330.1700.2210.4539.6466.86
Hex89AACC2111014d22843
Octal211252314412102432250103
Binary10001001101010101100110010000110001010100110100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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