#87AFD7

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

Shades of Polo Blue #87AFD7

Tints of Polo Blue #87AFD7

Color information

#87AFD7 (or 0x87AFD7) is unknown color: approx Polo Blue. HEX triplet: 87, AF and D7. RGB value is (135,175,215). Sum of RGB (Red+Green+Blue) = 135+175+215=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #87AFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFD7 is #785028. Grayscale: #A7A7A7. Windows color (decimal): -7884841 or 14135175. OLE color: 14135175.

HSL color Cylindrical-coordinate representation of color #87AFD7: hue angle of 210º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87AFD7 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135175215-
CMYK0.370.1900.16
HSL210º50%68.63%-
HSV(B)210º37.21%84.31%-
XYZ37.5940.7270.17-
YUV167.6154.75104.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=25.71%
G=33.33%
B=40.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351752150.370.1900.162105068.63
Hex87AFD72513010d23245
Octal207257327452302032262105
Binary10000111101011111101011110010110011010000110100101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,215); }

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

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

 a { background-color: rgb(135,175,215); }

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

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

 span { border-color: rgb(135,175,215); }

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