#86BACE

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

Shades of Seagull #86BACE

Tints of Seagull #86BACE

Color information

#86BACE (or 0x86BACE) is unknown color: approx Seagull. HEX triplet: 86, BA and CE. RGB value is (134,186,206). Sum of RGB (Red+Green+Blue) = 134+186+206=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BACE is #794531. Grayscale: #ACACAC. Windows color (decimal): -7947570 or 13548166. OLE color: 13548166.

HSL color Cylindrical-coordinate representation of color #86BACE: hue angle of 196.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BACE is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134186206-
CMYK0.350.1000.19
HSL196.67º42.35%66.67%-
HSV(B)196.67º34.95%80.78%-
XYZ38.5344.6464.98-
YUV172.73146.77100.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=25.48%
G=35.36%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341862060.350.1000.19196.6742.3566.67
Hex86BACE23A013c52a43
Octal206272316431202330552103
Binary1000011010111010110011101000111010010011110001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,206); }

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

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

 a { background-color: rgb(134,186,206); }

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

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

 span { border-color: rgb(134,186,206); }

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