#87B0D0

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

Shades of Polo Blue #87B0D0

Tints of Polo Blue #87B0D0

Color information

#87B0D0 (or 0x87B0D0) is unknown color: approx Polo Blue. HEX triplet: 87, B0 and D0. RGB value is (135,176,208). Sum of RGB (Red+Green+Blue) = 135+176+208=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #87B0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0D0 is #784F2F. Grayscale: #A7A7A7. Windows color (decimal): -7884592 or 13676679. OLE color: 13676679.

HSL color Cylindrical-coordinate representation of color #87B0D0: hue angle of 206.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87B0D0 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135176208-
CMYK0.350.1500.18
HSL206.3º43.71%67.25%-
HSV(B)206.3º35.1%81.57%-
XYZ36.940.7665.6-
YUV167.39150.92104.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=26.01%
G=33.91%
B=40.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351762080.350.1500.18206.343.7167.25
Hex87B0D023F012ce2c43
Octal207260320431702231654103
Binary1000011110110000110100001000111111010010110011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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