#86C1D0

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

Shades of Seagull #86C1D0

Tints of Seagull #86C1D0

Color information

#86C1D0 (or 0x86C1D0) is unknown color: approx Seagull. HEX triplet: 86, C1 and D0. RGB value is (134,193,208). Sum of RGB (Red+Green+Blue) = 134+193+208=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #86C1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1D0 is #793E2F. Grayscale: #B0B0B0. Windows color (decimal): -7945776 or 13681030. OLE color: 13681030.

HSL color Cylindrical-coordinate representation of color #86C1D0: hue angle of 192.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86C1D0 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134193208-
CMYK0.360.0700.18
HSL192.16º44.05%67.06%-
HSV(B)192.16º35.58%81.57%-
XYZ40.2947.7666.77-
YUV177.07145.4597.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=25.05%
G=36.07%
B=38.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341932080.360.0700.18192.1644.0567.06
Hex86C1D0247012c02c43
Octal20630132044702230054103
Binary100001101100000111010000100100111010010110000001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,208); }

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

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

 a { background-color: rgb(134,193,208); }

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

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

 span { border-color: rgb(134,193,208); }

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