#87BBCC

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

Shades of Seagull #87BBCC

Tints of Seagull #87BBCC

Color information

#87BBCC (or 0x87BBCC) is unknown color: approx Seagull. HEX triplet: 87, BB and CC. RGB value is (135,187,204). Sum of RGB (Red+Green+Blue) = 135+187+204=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #87BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBCC is #784433. Grayscale: #ADADAD. Windows color (decimal): -7881780 or 13417351. OLE color: 13417351.

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

Color convert

RGB135187204-
CMYK0.340.0800.2
HSL194.78º40.35%66.47%-
HSV(B)194.78º33.82%80%-
XYZ38.6645.0563.78-
YUV173.39145.27100.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=25.67%
G=35.55%
B=38.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351872040.340.0800.2194.7840.3566.47
Hex87BBCC228014c32842
Octal207273314421002430350102
Binary1000011110111011110011001000101000010100110000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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