#87a9cb

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

Shades of Polo Blue #87A9CB

Tints of Polo Blue #87A9CB

Color information

#87A9CB (or 0x87A9CB) is unknown color: approx Polo Blue. HEX triplet: 87, A9 and CB. RGB value is (135,169,203). Sum of RGB (Red+Green+Blue) = 135+169+203=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9CB is #785634. Grayscale: #A2A2A2. Windows color (decimal): -7886389 or 13347207. OLE color: 13347207.

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

Color convert

RGB135169203-
CMYK0.330.1700.20
HSL210º39.53%66.27%-
HSV(B)210º33.5%79.61%-
XYZ34.9637.8461.96-
YUV162.71150.74108.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=26.63%
G=33.33%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351692030.330.1700.2021039.5366.27
Hex87A9CB2111014d22842
Octal207251313412102432250102
Binary10000111101010011100101110000110001010100110100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87a9cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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