#87ABCA

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

Shades of Polo Blue #87ABCA

Tints of Polo Blue #87ABCA

Color information

#87ABCA (or 0x87ABCA) is unknown color: approx Polo Blue. HEX triplet: 87, AB and CA. RGB value is (135,171,202). Sum of RGB (Red+Green+Blue) = 135+171+202=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #87ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABCA is #785435. Grayscale: #A3A3A3. Windows color (decimal): -7885878 or 13282183. OLE color: 13282183.

HSL color Cylindrical-coordinate representation of color #87ABCA: hue angle of 207.76º degrees, saturation: 0.39, 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 #87ABCA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135171202-
CMYK0.330.1500.21
HSL207.76º38.73%66.08%-
HSV(B)207.76º33.17%79.22%-
XYZ35.2238.5461.46-
YUV163.77149.57107.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.57%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=26.57%
G=33.66%
B=39.76%

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
Decimal1351712020.330.1500.21207.7638.7366.08
Hex87ABCA21F015d02742
Octal207253312411702532047102
Binary1000011110101011110010101000011111010101110100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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