#87BADC

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

Shades of Seagull #87BADC

Tints of Seagull #87BADC

Color information

#87BADC (or 0x87BADC) is unknown color: approx Seagull. HEX triplet: 87, BA and DC. RGB value is (135,186,220). Sum of RGB (Red+Green+Blue) = 135+186+220=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #87BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BADC is #784523. Grayscale: #AEAEAE. Windows color (decimal): -7882020 or 14465671. OLE color: 14465671.

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

Color convert

RGB135186220-
CMYK0.390.1500.14
HSL204º54.84%69.61%-
HSV(B)204º38.64%86.27%-
XYZ40.4745.4474.35-
YUV174.63153.699.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=24.95%
G=34.38%
B=40.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351862200.390.1500.1420454.8469.61
Hex87BADC27F0Ecc3746
Octal207272334471701631467106
Binary100001111011101011011100100111111101110110011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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