#86BADC

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

Shades of Seagull #86BADC

Tints of Seagull #86BADC

Color information

#86BADC (or 0x86BADC) is unknown color: approx Seagull. HEX triplet: 86, BA and DC. RGB value is (134,186,220). Sum of RGB (Red+Green+Blue) = 134+186+220=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #86BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BADC is #794523. Grayscale: #AEAEAE. Windows color (decimal): -7947556 or 14465670. OLE color: 14465670.

HSL color Cylindrical-coordinate representation of color #86BADC: hue angle of 203.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BADC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134186220-
CMYK0.390.1500.14
HSL203.72º55.13%69.41%-
HSV(B)203.72º39.09%86.27%-
XYZ40.3145.3574.34-
YUV174.33153.7799.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=24.81%
G=34.44%
B=40.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341862200.390.1500.14203.7255.1369.41
Hex86BADC27F0Ecc3745
Octal206272334471701631467105
Binary100001101011101011011100100111111101110110011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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