#87BFCC

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

Shades of Seagull #87BFCC

Tints of Seagull #87BFCC

Color information

#87BFCC (or 0x87BFCC) is unknown color: approx Seagull. HEX triplet: 87, BF and CC. RGB value is (135,191,204). Sum of RGB (Red+Green+Blue) = 135+191+204=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #87BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFCC is #784033. Grayscale: #AFAFAF. Windows color (decimal): -7880756 or 13418375. OLE color: 13418375.

HSL color Cylindrical-coordinate representation of color #87BFCC: hue angle of 191.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BFCC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135191204-
CMYK0.340.0600.2
HSL191.3º40.35%66.47%-
HSV(B)191.3º33.82%80%-
XYZ39.5246.7764.07-
YUV175.74143.9598.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=25.47%
G=36.04%
B=38.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351912040.340.0600.2191.340.3566.47
Hex87BFCC226014bf2842
Octal20727731442602427750102
Binary100001111011111111001100100010110010100101111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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