#87accc

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

Shades of Polo Blue #87ACCC

Tints of Polo Blue #87ACCC

Color information

#87ACCC (or 0x87ACCC) is unknown color: approx Polo Blue. HEX triplet: 87, AC and CC. RGB value is (135,172,204). Sum of RGB (Red+Green+Blue) = 135+172+204=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #87ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACCC is #785333. Grayscale: #A4A4A4. Windows color (decimal): -7885620 or 13413511. OLE color: 13413511.

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

Color convert

RGB135172204-
CMYK0.340.1600.2
HSL207.83º40.35%66.47%-
HSV(B)207.83º33.82%80%-
XYZ35.6439.0262.78-
YUV164.58150.24106.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=26.42%
G=33.66%
B=39.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351722040.340.1600.2207.8340.3566.47
Hex87ACCC2210014d02842
Octal207254314422002432050102
Binary10000111101011001100110010001010000010100110100001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87accc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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