#87BDDA

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

Shades of Seagull #87BDDA

Tints of Seagull #87BDDA

Color information

#87BDDA (or 0x87BDDA) is unknown color: approx Seagull. HEX triplet: 87, BD and DA. RGB value is (135,189,218). Sum of RGB (Red+Green+Blue) = 135+189+218=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #87BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDDA is #784225. Grayscale: #AFAFAF. Windows color (decimal): -7881254 or 14335367. OLE color: 14335367.

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

Color convert

RGB135189218-
CMYK0.380.1300.15
HSL200.96º52.87%69.22%-
HSV(B)200.96º38.07%85.49%-
XYZ40.8446.6173.17-
YUV176.16151.6198.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=24.91%
G=34.87%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351892180.380.1300.15200.9652.8769.22
Hex87BDDA26D0Fc93545
Octal207275332461501731165105
Binary100001111011110111011010100110110101111110010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,189,218); }

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

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

 a { background-color: rgb(135,189,218); }

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

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

 span { border-color: rgb(135,189,218); }

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