#86BCCB

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

Shades of Seagull #86BCCB

Tints of Seagull #86BCCB

Color information

#86BCCB (or 0x86BCCB) is unknown color: approx Seagull. HEX triplet: 86, BC and CB. RGB value is (134,188,203). Sum of RGB (Red+Green+Blue) = 134+188+203=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #86BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCCB is #794334. Grayscale: #ADADAD. Windows color (decimal): -7947061 or 13352070. OLE color: 13352070.

HSL color Cylindrical-coordinate representation of color #86BCCB: hue angle of 193.04º 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 #86BCCB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134188203-
CMYK0.340.0700.20
HSL193.04º39.88%66.08%-
HSV(B)193.04º33.99%79.61%-
XYZ38.5945.3563.22-
YUV173.56144.6199.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=25.52%
G=35.81%
B=38.67%

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
Decimal1341882030.340.0700.20193.0439.8866.08
Hex86BCCB227014c12842
Octal20627431342702430150102
Binary100001101011110011001011100010111010100110000011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,203); }

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

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

 a { background-color: rgb(134,188,203); }

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

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

 span { border-color: rgb(134,188,203); }

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