#87AAD0

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

Shades of Polo Blue #87AAD0

Tints of Polo Blue #87AAD0

Color information

#87AAD0 (or 0x87AAD0) is unknown color: approx Polo Blue. HEX triplet: 87, AA and D0. RGB value is (135,170,208). Sum of RGB (Red+Green+Blue) = 135+170+208=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #87AAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAD0 is #78552F. Grayscale: #A3A3A3. Windows color (decimal): -7886128 or 13675143. OLE color: 13675143.

HSL color Cylindrical-coordinate representation of color #87AAD0: hue angle of 211.23º 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 #87AAD0 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135170208-
CMYK0.350.1800.18
HSL211.23º43.71%67.25%-
HSV(B)211.23º35.1%81.57%-
XYZ35.7538.4565.21-
YUV163.87152.9107.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=26.32%
G=33.14%
B=40.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351702080.350.1800.18211.2343.7167.25
Hex87AAD02312012d32c43
Octal207252320432202232354103
Binary10000111101010101101000010001110010010010110100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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