#87ACD7

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

Shades of Polo Blue #87ACD7

Tints of Polo Blue #87ACD7

Color information

#87ACD7 (or 0x87ACD7) is unknown color: approx Polo Blue. HEX triplet: 87, AC and D7. RGB value is (135,172,215). Sum of RGB (Red+Green+Blue) = 135+172+215=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #87ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACD7 is #785328. Grayscale: #A5A5A5. Windows color (decimal): -7885609 or 14134407. OLE color: 14134407.

HSL color Cylindrical-coordinate representation of color #87ACD7: hue angle of 212.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87ACD7 is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135172215-
CMYK0.370.200.16
HSL212.25º50%68.63%-
HSV(B)212.25º37.21%84.31%-
XYZ37.0139.5669.98-
YUV165.84155.74106-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=25.86%
G=32.95%
B=41.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351722150.370.200.16212.255068.63
Hex87ACD72514010d43245
Octal207254327452402032462105
Binary10000111101011001101011110010110100010000110101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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