#86C1CD

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

Shades of Seagull #86C1CD

Tints of Seagull #86C1CD

Color information

#86C1CD (or 0x86C1CD) is unknown color: approx Seagull. HEX triplet: 86, C1 and CD. RGB value is (134,193,205). Sum of RGB (Red+Green+Blue) = 134+193+205=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #86C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1CD is #793E32. Grayscale: #B0B0B0. Windows color (decimal): -7945779 or 13484422. OLE color: 13484422.

HSL color Cylindrical-coordinate representation of color #86C1CD: hue angle of 190.14º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C1CD is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134193205-
CMYK0.350.0600.20
HSL190.14º41.52%66.47%-
HSV(B)190.14º34.63%80.39%-
XYZ39.9247.6264.84-
YUV176.73143.9597.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=25.19%
G=36.28%
B=38.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341932050.350.0600.20190.1441.5266.47
Hex86C1CD236014be2a42
Octal20630131543602427652102
Binary100001101100000111001101100011110010100101111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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