#86BECA

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

Shades of Seagull #86BECA

Tints of Seagull #86BECA

Color information

#86BECA (or 0x86BECA) is unknown color: approx Seagull. HEX triplet: 86, BE and CA. RGB value is (134,190,202). Sum of RGB (Red+Green+Blue) = 134+190+202=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #86BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BECA is #794135. Grayscale: #AEAEAE. Windows color (decimal): -7946550 or 13287046. OLE color: 13287046.

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

Color convert

RGB134190202-
CMYK0.340.0600.21
HSL190.59º39.08%65.88%-
HSV(B)190.59º33.66%79.22%-
XYZ38.9146.1662.74-
YUV174.62143.4599.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=25.48%
G=36.12%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341902020.340.0600.21190.5939.0865.88
Hex86BECA226015bf2742
Octal20627631242602527747102
Binary100001101011111011001010100010110010101101111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BECA; }

 p { color: rgb(134,190,202); }

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

<style>
 a { background-color: #86BECA; }

 a { background-color: rgb(134,190,202); }

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

<style>
 span { border-color: #86BECA; }

 span { border-color: rgb(134,190,202); }

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