#87AAD9

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

Shades of Polo Blue #87AAD9

Tints of Polo Blue #87AAD9

Color information

#87AAD9 (or 0x87AAD9) is unknown color: approx Polo Blue. HEX triplet: 87, AA and D9. RGB value is (135,170,217). Sum of RGB (Red+Green+Blue) = 135+170+217=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #87AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAD9 is #785526. Grayscale: #A4A4A4. Windows color (decimal): -7886119 or 14264967. OLE color: 14264967.

HSL color Cylindrical-coordinate representation of color #87AAD9: hue angle of 214.39º degrees, saturation: 0.52, 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 #87AAD9 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135170217-
CMYK0.380.2200.15
HSL214.39º51.9%69.02%-
HSV(B)214.39º37.79%85.1%-
XYZ36.8938.9171.21-
YUV164.89157.4106.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=25.86%
G=32.57%
B=41.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351702170.380.2200.15214.3951.969.02
Hex87AAD926160Fd63445
Octal207252331462601732664105
Binary1000011110101010110110011001101011001111110101101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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