#87BBD0

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

Shades of Seagull #87BBD0

Tints of Seagull #87BBD0

Color information

#87BBD0 (or 0x87BBD0) is unknown color: approx Seagull. HEX triplet: 87, BB and D0. RGB value is (135,187,208). Sum of RGB (Red+Green+Blue) = 135+187+208=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #87BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBD0 is #78442F. Grayscale: #ADADAD. Windows color (decimal): -7881776 or 13679495. OLE color: 13679495.

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

Color convert

RGB135187208-
CMYK0.350.1000.18
HSL197.26º43.71%67.25%-
HSV(B)197.26º35.1%81.57%-
XYZ39.1545.2566.34-
YUV173.85147.27100.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=25.47%
G=35.28%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351872080.350.1000.18197.2643.7167.25
Hex87BBD023A012c52c43
Octal207273320431202230554103
Binary1000011110111011110100001000111010010010110001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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