#87B1D7

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

Shades of Polo Blue #87B1D7

Tints of Polo Blue #87B1D7

Color information

#87B1D7 (or 0x87B1D7) is unknown color: approx Polo Blue. HEX triplet: 87, B1 and D7. RGB value is (135,177,215). Sum of RGB (Red+Green+Blue) = 135+177+215=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #87B1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1D7 is #784E28. Grayscale: #A8A8A8. Windows color (decimal): -7884329 or 14135687. OLE color: 14135687.

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

Color convert

RGB135177215-
CMYK0.370.1800.16
HSL208.5º50%68.63%-
HSV(B)208.5º37.21%84.31%-
XYZ37.9841.570.3-
YUV168.77154.09103.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=25.62%
G=33.59%
B=40.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351772150.370.1800.16208.55068.63
Hex87B1D72512010d03245
Octal207261327452202032062105
Binary10000111101100011101011110010110010010000110100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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