#87AACA

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

Shades of Polo Blue #87AACA

Tints of Polo Blue #87AACA

Color information

#87AACA (or 0x87AACA) is unknown color: approx Polo Blue. HEX triplet: 87, AA and CA. RGB value is (135,170,202). Sum of RGB (Red+Green+Blue) = 135+170+202=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #87AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AACA is #785535. Grayscale: #A3A3A3. Windows color (decimal): -7886134 or 13281927. OLE color: 13281927.

HSL color Cylindrical-coordinate representation of color #87AACA: hue angle of 208.66º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87AACA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135170202-
CMYK0.330.1600.21
HSL208.66º38.73%66.08%-
HSV(B)208.66º33.17%79.22%-
XYZ35.0338.1661.4-
YUV163.18149.9107.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=26.63%
G=33.53%
B=39.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351702020.330.1600.21208.6638.7366.08
Hex87AACA2110015d12742
Octal207252312412002532147102
Binary10000111101010101100101010000110000010101110100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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