#86C6CD

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

Shades of Spray #86C6CD

Tints of Spray #86C6CD

Color information

#86C6CD (or 0x86C6CD) is unknown color: approx Spray. HEX triplet: 86, C6 and CD. RGB value is (134,198,205). Sum of RGB (Red+Green+Blue) = 134+198+205=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #86C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C6CD is #793932. Grayscale: #B3B3B3. Windows color (decimal): -7944499 or 13485702. OLE color: 13485702.

HSL color Cylindrical-coordinate representation of color #86C6CD: hue angle of 185.92º 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 #86C6CD is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134198205-
CMYK0.350.0300.20
HSL185.92º41.52%66.47%-
HSV(B)185.92º34.63%80.39%-
XYZ41.0549.8665.22-
YUV179.66142.395.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=24.95%
G=36.87%
B=38.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341982050.350.0300.20185.9241.5266.47
Hex86C6CD233014ba2a42
Octal20630631543302427252102
Binary10000110110001101100110110001111010100101110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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