#86BBDA

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

Shades of Seagull #86BBDA

Tints of Seagull #86BBDA

Color information

#86BBDA (or 0x86BBDA) is unknown color: approx Seagull. HEX triplet: 86, BB and DA. RGB value is (134,187,218). Sum of RGB (Red+Green+Blue) = 134+187+218=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBDA is #794425. Grayscale: #AEAEAE. Windows color (decimal): -7947302 or 14334854. OLE color: 14334854.

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

Color convert

RGB134187218-
CMYK0.390.1400.15
HSL202.14º53.16%69.02%-
HSV(B)202.14º38.53%85.49%-
XYZ40.2645.6773.02-
YUV174.69152.4498.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.86%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=24.86%
G=34.69%
B=40.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341872180.390.1400.15202.1453.1669.02
Hex86BBDA27E0Fca3545
Octal206273332471601731265105
Binary100001101011101111011010100111111001111110010101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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