#87BFD0

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

Shades of Seagull #87BFD0

Tints of Seagull #87BFD0

Color information

#87BFD0 (or 0x87BFD0) is unknown color: approx Seagull. HEX triplet: 87, BF and D0. RGB value is (135,191,208). Sum of RGB (Red+Green+Blue) = 135+191+208=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #87BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFD0 is #78402F. Grayscale: #B0B0B0. Windows color (decimal): -7880752 or 13680519. OLE color: 13680519.

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

Color convert

RGB135191208-
CMYK0.350.0800.18
HSL193.97º43.71%67.25%-
HSV(B)193.97º35.1%81.57%-
XYZ40.0146.9766.63-
YUV176.19145.9598.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=25.28%
G=35.77%
B=38.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351912080.350.0800.18193.9743.7167.25
Hex87BFD0238012c22c43
Octal207277320431002230254103
Binary1000011110111111110100001000111000010010110000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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