#87B1D8

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

Shades of Polo Blue #87B1D8

Tints of Polo Blue #87B1D8

Color information

#87B1D8 (or 0x87B1D8) is unknown color: approx Polo Blue. HEX triplet: 87, B1 and D8. RGB value is (135,177,216). Sum of RGB (Red+Green+Blue) = 135+177+216=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #87B1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1D8 is #784E27. Grayscale: #A8A8A8. Windows color (decimal): -7884328 or 14201223. OLE color: 14201223.

HSL color Cylindrical-coordinate representation of color #87B1D8: hue angle of 208.89º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B1D8 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135177216-
CMYK0.380.1800.15
HSL208.89º50.94%68.82%-
HSV(B)208.89º37.5%84.71%-
XYZ38.1141.5570.98-
YUV168.89154.59103.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=25.57%
G=33.52%
B=40.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351772160.380.1800.15208.8950.9468.82
Hex87B1D826120Fd13345
Octal207261330462201732163105
Binary1000011110110001110110001001101001001111110100011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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