#87B6D0

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

Shades of Seagull #87B6D0

Tints of Seagull #87B6D0

Color information

#87B6D0 (or 0x87B6D0) is unknown color: approx Seagull. HEX triplet: 87, B6 and D0. RGB value is (135,182,208). Sum of RGB (Red+Green+Blue) = 135+182+208=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #87B6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B6D0 is #78492F. Grayscale: #AAAAAA. Windows color (decimal): -7883056 or 13678215. OLE color: 13678215.

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

Color convert

RGB135182208-
CMYK0.350.1200.18
HSL201.37º43.71%67.25%-
HSV(B)201.37º35.1%81.57%-
XYZ38.143.1666-
YUV170.91148.93102.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=25.71%
G=34.67%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351822080.350.1200.18201.3743.7167.25
Hex87B6D023C012c92c43
Octal207266320431402231154103
Binary1000011110110110110100001000111100010010110010011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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