#87BFCD

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

Shades of Seagull #87BFCD

Tints of Seagull #87BFCD

Color information

#87BFCD (or 0x87BFCD) is unknown color: approx Seagull. HEX triplet: 87, BF and CD. RGB value is (135,191,205). Sum of RGB (Red+Green+Blue) = 135+191+205=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #87BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFCD is #784032. Grayscale: #AFAFAF. Windows color (decimal): -7880755 or 13483911. OLE color: 13483911.

HSL color Cylindrical-coordinate representation of color #87BFCD: hue angle of 192º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BFCD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135191205-
CMYK0.340.0700.20
HSL192º41.18%66.67%-
HSV(B)192º34.15%80.39%-
XYZ39.6446.8264.71-
YUV175.85144.4598.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=25.42%
G=35.97%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351912050.340.0700.2019241.1866.67
Hex87BFCD227014c02943
Octal20727731542702430051103
Binary100001111011111111001101100010111010100110000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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