#86BCCA

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

Shades of Seagull #86BCCA

Tints of Seagull #86BCCA

Color information

#86BCCA (or 0x86BCCA) is unknown color: approx Seagull. HEX triplet: 86, BC and CA. RGB value is (134,188,202). Sum of RGB (Red+Green+Blue) = 134+188+202=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #86BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCCA is #794335. Grayscale: #ADADAD. Windows color (decimal): -7947062 or 13286534. OLE color: 13286534.

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

Color convert

RGB134188202-
CMYK0.340.0700.21
HSL192.35º39.08%65.88%-
HSV(B)192.35º33.66%79.22%-
XYZ38.4845.362.59-
YUV173.45144.1199.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.57%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=25.57%
G=35.88%
B=38.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341882020.340.0700.21192.3539.0865.88
Hex86BCCA227015c02742
Octal20627431242702530047102
Binary100001101011110011001010100010111010101110000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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