#89A0CC

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

Shades of Polo Blue #89A0CC

Tints of Polo Blue #89A0CC

Color information

#89A0CC (or 0x89A0CC) is unknown color: approx Polo Blue. HEX triplet: 89, A0 and CC. RGB value is (137,160,204). Sum of RGB (Red+Green+Blue) = 137+160+204=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #89A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0CC is #765F33. Grayscale: #9D9D9D. Windows color (decimal): -7757620 or 13410441. OLE color: 13410441.

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

Color convert

RGB137160204-
CMYK0.330.2200.2
HSL219.4º39.64%66.86%-
HSV(B)219.4º32.84%80%-
XYZ33.7934.8262.07-
YUV158.14153.88112.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=27.35%
G=31.94%
B=40.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371602040.330.2200.2219.439.6466.86
Hex89A0CC2116014db2843
Octal211240314412602433350103
Binary10001001101000001100110010000110110010100110110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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