#87ADCD

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

Shades of Polo Blue #87ADCD

Tints of Polo Blue #87ADCD

Color information

#87ADCD (or 0x87ADCD) is unknown color: approx Polo Blue. HEX triplet: 87, AD and CD. RGB value is (135,173,205). Sum of RGB (Red+Green+Blue) = 135+173+205=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #87ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADCD is #785232. Grayscale: #A5A5A5. Windows color (decimal): -7885363 or 13479303. OLE color: 13479303.

HSL color Cylindrical-coordinate representation of color #87ADCD: hue angle of 207.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87ADCD is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135173205-
CMYK0.340.1600.20
HSL207.43º41.18%66.67%-
HSV(B)207.43º34.15%80.39%-
XYZ35.9539.4563.48-
YUV165.29150.41106.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=26.32%
G=33.72%
B=39.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351732050.340.1600.20207.4341.1866.67
Hex87ADCD2210014cf2943
Octal207255315422002431751103
Binary10000111101011011100110110001010000010100110011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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