#87ACCB

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

Shades of Polo Blue #87ACCB

Tints of Polo Blue #87ACCB

Color information

#87ACCB (or 0x87ACCB) is unknown color: approx Polo Blue. HEX triplet: 87, AC and CB. RGB value is (135,172,203). Sum of RGB (Red+Green+Blue) = 135+172+203=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #87ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACCB is #785334. Grayscale: #A4A4A4. Windows color (decimal): -7885621 or 13347975. OLE color: 13347975.

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

Color convert

RGB135172203-
CMYK0.330.1500.20
HSL207.35º39.53%66.27%-
HSV(B)207.35º33.5%79.61%-
XYZ35.5238.9762.15-
YUV164.47149.74106.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=26.47%
G=33.73%
B=39.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351722030.330.1500.20207.3539.5366.27
Hex87ACCB21F014cf2842
Octal207254313411702431750102
Binary1000011110101100110010111000011111010100110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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