#87ABCD

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

Shades of Polo Blue #87ABCD

Tints of Polo Blue #87ABCD

Color information

#87ABCD (or 0x87ABCD) is unknown color: approx Polo Blue. HEX triplet: 87, AB and CD. RGB value is (135,171,205). Sum of RGB (Red+Green+Blue) = 135+171+205=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #87ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABCD is #785432. Grayscale: #A3A3A3. Windows color (decimal): -7885875 or 13478791. OLE color: 13478791.

HSL color Cylindrical-coordinate representation of color #87ABCD: hue angle of 209.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87ABCD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135171205-
CMYK0.340.1700.20
HSL209.14º41.18%66.67%-
HSV(B)209.14º34.15%80.39%-
XYZ35.5738.6863.35-
YUV164.11151.07107.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=26.42%
G=33.46%
B=40.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351712050.340.1700.20209.1441.1866.67
Hex87ABCD2211014d12943
Octal207253315422102432151103
Binary10000111101010111100110110001010001010100110100011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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