#86BADB

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

Shades of Seagull #86BADB

Tints of Seagull #86BADB

Color information

#86BADB (or 0x86BADB) is unknown color: approx Seagull. HEX triplet: 86, BA and DB. RGB value is (134,186,219). Sum of RGB (Red+Green+Blue) = 134+186+219=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #86BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BADB is #794524. Grayscale: #AEAEAE. Windows color (decimal): -7947557 or 14400134. OLE color: 14400134.

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

Color convert

RGB134186219-
CMYK0.390.1500.14
HSL203.29º54.14%69.22%-
HSV(B)203.29º38.81%85.88%-
XYZ40.1845.373.64-
YUV174.21153.2799.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.86%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=24.86%
G=34.51%
B=40.63%

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
Decimal1341862190.390.1500.14203.2954.1469.22
Hex86BADB27F0Ecb3645
Octal206272333471701631366105
Binary100001101011101011011011100111111101110110010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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