#87B0CA

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

Shades of Polo Blue #87B0CA

Tints of Polo Blue #87B0CA

Color information

#87B0CA (or 0x87B0CA) is unknown color: approx Polo Blue. HEX triplet: 87, B0 and CA. RGB value is (135,176,202). Sum of RGB (Red+Green+Blue) = 135+176+202=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #87B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0CA is #784F35. Grayscale: #A6A6A6. Windows color (decimal): -7884598 or 13283463. OLE color: 13283463.

HSL color Cylindrical-coordinate representation of color #87B0CA: hue angle of 203.28º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87B0CA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135176202-
CMYK0.330.1300.21
HSL203.28º38.73%66.08%-
HSV(B)203.28º33.17%79.22%-
XYZ36.1840.4761.78-
YUV166.7147.92105.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=26.32%
G=34.31%
B=39.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351762020.330.1300.21203.2838.7366.08
Hex87B0CA21D015cb2742
Octal207260312411502531347102
Binary1000011110110000110010101000011101010101110010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,202); }

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

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

 a { background-color: rgb(135,176,202); }

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

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

 span { border-color: rgb(135,176,202); }

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