#87ACD0

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

Shades of Polo Blue #87ACD0

Tints of Polo Blue #87ACD0

Color information

#87ACD0 (or 0x87ACD0) is unknown color: approx Polo Blue. HEX triplet: 87, AC and D0. RGB value is (135,172,208). Sum of RGB (Red+Green+Blue) = 135+172+208=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #87ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACD0 is #78532F. Grayscale: #A4A4A4. Windows color (decimal): -7885616 or 13675655. OLE color: 13675655.

HSL color Cylindrical-coordinate representation of color #87ACD0: hue angle of 209.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87ACD0 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135172208-
CMYK0.350.1700.18
HSL209.59º43.71%67.25%-
HSV(B)209.59º35.1%81.57%-
XYZ36.1339.2165.34-
YUV165.04152.24106.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=26.21%
G=33.40%
B=40.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351722080.350.1700.18209.5943.7167.25
Hex87ACD02311012d22c43
Octal207254320432102232254103
Binary10000111101011001101000010001110001010010110100101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,208); }

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

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

 a { background-color: rgb(135,172,208); }

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

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

 span { border-color: rgb(135,172,208); }

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