#87ADCC

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

Shades of Polo Blue #87ADCC

Tints of Polo Blue #87ADCC

Color information

#87ADCC (or 0x87ADCC) is unknown color: approx Polo Blue. HEX triplet: 87, AD and CC. RGB value is (135,173,204). Sum of RGB (Red+Green+Blue) = 135+173+204=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #87ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADCC is #785233. Grayscale: #A5A5A5. Windows color (decimal): -7885364 or 13413767. OLE color: 13413767.

HSL color Cylindrical-coordinate representation of color #87ADCC: hue angle of 206.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87ADCC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135173204-
CMYK0.340.1500.2
HSL206.96º40.35%66.47%-
HSV(B)206.96º33.82%80%-
XYZ35.8339.462.84-
YUV165.17149.91106.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.37%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=26.37%
G=33.79%
B=39.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351732040.340.1500.2206.9640.3566.47
Hex87ADCC22F014cf2842
Octal207255314421702431750102
Binary1000011110101101110011001000101111010100110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,204); }

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

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

 a { background-color: rgb(135,173,204); }

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

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

 span { border-color: rgb(135,173,204); }

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