#87AACC

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

Shades of Polo Blue #87AACC

Tints of Polo Blue #87AACC

Color information

#87AACC (or 0x87AACC) is unknown color: approx Polo Blue. HEX triplet: 87, AA and CC. RGB value is (135,170,204). Sum of RGB (Red+Green+Blue) = 135+170+204=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #87AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AACC is #785533. Grayscale: #A3A3A3. Windows color (decimal): -7886132 or 13412999. OLE color: 13412999.

HSL color Cylindrical-coordinate representation of color #87AACC: hue angle of 209.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87AACC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135170204-
CMYK0.340.1700.2
HSL209.57º40.35%66.47%-
HSV(B)209.57º33.82%80%-
XYZ35.2738.2662.65-
YUV163.41150.9107.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=26.52%
G=33.40%
B=40.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351702040.340.1700.2209.5740.3566.47
Hex87AACC2211014d22842
Octal207252314422102432250102
Binary10000111101010101100110010001010001010100110100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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