#86BADA

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

Shades of Seagull #86BADA

Tints of Seagull #86BADA

Color information

#86BADA (or 0x86BADA) is unknown color: approx Seagull. HEX triplet: 86, BA and DA. RGB value is (134,186,218). Sum of RGB (Red+Green+Blue) = 134+186+218=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BADA is #794525. Grayscale: #ADADAD. Windows color (decimal): -7947558 or 14334598. OLE color: 14334598.

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

Color convert

RGB134186218-
CMYK0.390.1500.15
HSL202.86º53.16%69.02%-
HSV(B)202.86º38.53%85.49%-
XYZ40.0545.2572.95-
YUV174.1152.7799.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.91%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=24.91%
G=34.57%
B=40.52%

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
Decimal1341862180.390.1500.15202.8653.1669.02
Hex86BADA27F0Fcb3545
Octal206272332471701731365105
Binary100001101011101011011010100111111101111110010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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