#89ACCA

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

Shades of Polo Blue #89ACCA

Tints of Polo Blue #89ACCA

Color information

#89ACCA (or 0x89ACCA) is unknown color: approx Polo Blue. HEX triplet: 89, AC and CA. RGB value is (137,172,202). Sum of RGB (Red+Green+Blue) = 137+172+202=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #89ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCA is #765335. Grayscale: #A4A4A4. Windows color (decimal): -7754550 or 13282441. OLE color: 13282441.

HSL color Cylindrical-coordinate representation of color #89ACCA: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89ACCA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137172202-
CMYK0.320.1500.21
HSL207.69º38.01%66.47%-
HSV(B)207.69º32.18%79.22%-
XYZ35.7339.0961.54-
YUV164.96148.9108.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.81%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=26.81%
G=33.66%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371722020.320.1500.21207.6938.0166.47
Hex89ACCA20F015d02642
Octal211254312401702532046102
Binary1000100110101100110010101000001111010101110100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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