#87BACA

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

Shades of Seagull #87BACA

Tints of Seagull #87BACA

Color information

#87BACA (or 0x87BACA) is unknown color: approx Seagull. HEX triplet: 87, BA and CA. RGB value is (135,186,202). Sum of RGB (Red+Green+Blue) = 135+186+202=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #87BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BACA is #784535. Grayscale: #ACACAC. Windows color (decimal): -7882038 or 13286023. OLE color: 13286023.

HSL color Cylindrical-coordinate representation of color #87BACA: hue angle of 194.33º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87BACA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135186202-
CMYK0.330.0800.21
HSL194.33º38.73%66.08%-
HSV(B)194.33º33.17%79.22%-
XYZ38.2144.5362.46-
YUV172.57144.6101.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=25.81%
G=35.56%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351862020.330.0800.21194.3338.7366.08
Hex87BACA218015c22742
Octal207272312411002530247102
Binary1000011110111010110010101000011000010101110000101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,202); }

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

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

 a { background-color: rgb(135,186,202); }

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

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

 span { border-color: rgb(135,186,202); }

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