#87A8CC

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

Shades of Polo Blue #87A8CC

Tints of Polo Blue #87A8CC

Color information

#87A8CC (or 0x87A8CC) is unknown color: approx Polo Blue. HEX triplet: 87, A8 and CC. RGB value is (135,168,204). Sum of RGB (Red+Green+Blue) = 135+168+204=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #87A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8CC is #785733. Grayscale: #A2A2A2. Windows color (decimal): -7886644 or 13412487. OLE color: 13412487.

HSL color Cylindrical-coordinate representation of color #87A8CC: hue angle of 211.3º 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 #87A8CC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135168204-
CMYK0.340.1800.2
HSL211.3º40.35%66.47%-
HSV(B)211.3º33.82%80%-
XYZ34.8937.5262.53-
YUV162.24151.57108.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=26.63%
G=33.14%
B=40.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351682040.340.1800.2211.340.3566.47
Hex87A8CC2212014d32842
Octal207250314422202432350102
Binary10000111101010001100110010001010010010100110100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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