#87BADB

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

Shades of Seagull #87BADB

Tints of Seagull #87BADB

Color information

#87BADB (or 0x87BADB) is unknown color: approx Seagull. HEX triplet: 87, BA and DB. RGB value is (135,186,219). Sum of RGB (Red+Green+Blue) = 135+186+219=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #87BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BADB is #784524. Grayscale: #AEAEAE. Windows color (decimal): -7882021 or 14400135. OLE color: 14400135.

HSL color Cylindrical-coordinate representation of color #87BADB: hue angle of 203.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87BADB is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135186219-
CMYK0.380.1500.14
HSL203.57º53.85%69.41%-
HSV(B)203.57º38.36%85.88%-
XYZ40.3445.3873.65-
YUV174.51153.199.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=25%
G=34.44%
B=40.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351862190.380.1500.14203.5753.8569.41
Hex87BADB26F0Ecc3645
Octal207272333461701631466105
Binary100001111011101011011011100110111101110110011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,219); }

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

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

 a { background-color: rgb(135,186,219); }

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

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

 span { border-color: rgb(135,186,219); }

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