#87ABCB

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

Shades of Polo Blue #87ABCB

Tints of Polo Blue #87ABCB

Color information

#87ABCB (or 0x87ABCB) is unknown color: approx Polo Blue. HEX triplet: 87, AB and CB. RGB value is (135,171,203). Sum of RGB (Red+Green+Blue) = 135+171+203=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #87ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABCB is #785434. Grayscale: #A3A3A3. Windows color (decimal): -7885877 or 13347719. OLE color: 13347719.

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

Color convert

RGB135171203-
CMYK0.330.1600.20
HSL208.24º39.53%66.27%-
HSV(B)208.24º33.5%79.61%-
XYZ35.3338.5962.09-
YUV163.88150.07107.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=26.52%
G=33.60%
B=39.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351712030.330.1600.20208.2439.5366.27
Hex87ABCB2110014d02842
Octal207253313412002432050102
Binary10000111101010111100101110000110000010100110100001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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