#87AACD

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

Shades of Polo Blue #87AACD

Tints of Polo Blue #87AACD

Color information

#87AACD (or 0x87AACD) is unknown color: approx Polo Blue. HEX triplet: 87, AA and CD. RGB value is (135,170,205). Sum of RGB (Red+Green+Blue) = 135+170+205=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #87AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AACD is #785532. Grayscale: #A3A3A3. Windows color (decimal): -7886131 or 13478535. OLE color: 13478535.

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

Color convert

RGB135170205-
CMYK0.340.1700.20
HSL210º41.18%66.67%-
HSV(B)210º34.15%80.39%-
XYZ35.3938.3163.29-
YUV163.52151.4107.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=26.47%
G=33.33%
B=40.20%

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
Decimal1351702050.340.1700.2021041.1866.67
Hex87AACD2211014d22943
Octal207252315422102432251103
Binary10000111101010101100110110001010001010100110100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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