#86B9DA

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

Shades of Seagull #86B9DA

Tints of Seagull #86B9DA

Color information

#86B9DA (or 0x86B9DA) is unknown color: approx Seagull. HEX triplet: 86, B9 and DA. RGB value is (134,185,218). Sum of RGB (Red+Green+Blue) = 134+185+218=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #86B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9DA is #794625. Grayscale: #ADADAD. Windows color (decimal): -7947814 or 14334342. OLE color: 14334342.

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

Color convert

RGB134185218-
CMYK0.390.1500.15
HSL203.57º53.16%69.02%-
HSV(B)203.57º38.53%85.49%-
XYZ39.8444.8372.88-
YUV173.51153.199.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=24.95%
G=34.45%
B=40.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341852180.390.1500.15203.5753.1669.02
Hex86B9DA27F0Fcc3545
Octal206271332471701731465105
Binary100001101011100111011010100111111101111110011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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