#87b3d0

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

Shades of Polo Blue #87B3D0

Tints of Polo Blue #87B3D0

Color information

#87B3D0 (or 0x87B3D0) is unknown color: approx Polo Blue. HEX triplet: 87, B3 and D0. RGB value is (135,179,208). Sum of RGB (Red+Green+Blue) = 135+179+208=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #87B3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B3D0 is #784C2F. Grayscale: #A8A8A8. Windows color (decimal): -7883824 or 13677447. OLE color: 13677447.

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

Color convert

RGB135179208-
CMYK0.350.1400.18
HSL203.84º43.71%67.25%-
HSV(B)203.84º35.1%81.57%-
XYZ37.541.9565.79-
YUV169.15149.92103.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=25.86%
G=34.29%
B=39.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351792080.350.1400.18203.8443.7167.25
Hex87B3D023E012cc2c43
Octal207263320431602231454103
Binary1000011110110011110100001000111110010010110011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87b3d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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