#87AAD8

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

Shades of Polo Blue #87AAD8

Tints of Polo Blue #87AAD8

Color information

#87AAD8 (or 0x87AAD8) is unknown color: approx Polo Blue. HEX triplet: 87, AA and D8. RGB value is (135,170,216). Sum of RGB (Red+Green+Blue) = 135+170+216=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #87AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAD8 is #785527. Grayscale: #A4A4A4. Windows color (decimal): -7886120 or 14199431. OLE color: 14199431.

HSL color Cylindrical-coordinate representation of color #87AAD8: hue angle of 214.07º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87AAD8 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135170216-
CMYK0.380.2100.15
HSL214.07º50.94%68.82%-
HSV(B)214.07º37.5%84.71%-
XYZ36.7638.8670.53-
YUV164.78156.9106.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=25.91%
G=32.63%
B=41.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351702160.380.2100.15214.0750.9468.82
Hex87AAD826150Fd63345
Octal207252330462501732663105
Binary1000011110101010110110001001101010101111110101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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