#89ACCC

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

Shades of Polo Blue #89ACCC

Tints of Polo Blue #89ACCC

Color information

#89ACCC (or 0x89ACCC) is unknown color: approx Polo Blue. HEX triplet: 89, AC and CC. RGB value is (137,172,204). Sum of RGB (Red+Green+Blue) = 137+172+204=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #89ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCC is #765333. Grayscale: #A5A5A5. Windows color (decimal): -7754548 or 13413513. OLE color: 13413513.

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

Color convert

RGB137172204-
CMYK0.330.1600.2
HSL208.66º39.64%66.86%-
HSV(B)208.66º32.84%80%-
XYZ35.9739.1862.79-
YUV165.18149.9107.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=26.71%
G=33.53%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371722040.330.1600.2208.6639.6466.86
Hex89ACCC2110014d12843
Octal211254314412002432150103
Binary10001001101011001100110010000110000010100110100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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