#86B9DC

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

Shades of Seagull #86B9DC

Tints of Seagull #86B9DC

Color information

#86B9DC (or 0x86B9DC) is unknown color: approx Seagull. HEX triplet: 86, B9 and DC. RGB value is (134,185,220). Sum of RGB (Red+Green+Blue) = 134+185+220=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9DC is #794623. Grayscale: #ADADAD. Windows color (decimal): -7947812 or 14465414. OLE color: 14465414.

HSL color Cylindrical-coordinate representation of color #86B9DC: hue angle of 204.42º 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 #86B9DC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134185220-
CMYK0.390.1600.14
HSL204.42º55.13%69.41%-
HSV(B)204.42º39.09%86.27%-
XYZ40.144.9374.27-
YUV173.74154.199.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.86%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=24.86%
G=34.32%
B=40.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341852200.390.1600.14204.4255.1369.41
Hex86B9DC27100Ecc3745
Octal206271334472001631467105
Binary1000011010111001110111001001111000001110110011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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