#87ABC9

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

Shades of Polo Blue #87ABC9

Tints of Polo Blue #87ABC9

Color information

#87ABC9 (or 0x87ABC9) is unknown color: approx Polo Blue. HEX triplet: 87, AB and C9. RGB value is (135,171,201). Sum of RGB (Red+Green+Blue) = 135+171+201=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #87ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABC9 is #785436. Grayscale: #A3A3A3. Windows color (decimal): -7885879 or 13216647. OLE color: 13216647.

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

Color convert

RGB135171201-
CMYK0.330.1500.21
HSL207.27º37.93%65.88%-
HSV(B)207.27º32.84%78.82%-
XYZ35.138.4960.84-
YUV163.66149.07107.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=26.63%
G=33.73%
B=39.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351712010.330.1500.21207.2737.9365.88
Hex87ABC921F015cf2642
Octal207253311411702531746102
Binary1000011110101011110010011000011111010101110011111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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