#86C2CF

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

Shades of Spray #86C2CF

Tints of Spray #86C2CF

Color information

#86C2CF (or 0x86C2CF) is unknown color: approx Spray. HEX triplet: 86, C2 and CF. RGB value is (134,194,207). Sum of RGB (Red+Green+Blue) = 134+194+207=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #86C2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2CF is #793D30. Grayscale: #B1B1B1. Windows color (decimal): -7945521 or 13615750. OLE color: 13615750.

HSL color Cylindrical-coordinate representation of color #86C2CF: hue angle of 190.68º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C2CF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134194207-
CMYK0.350.0600.19
HSL190.68º43.2%66.86%-
HSV(B)190.68º35.27%81.18%-
XYZ40.3948.1666.2-
YUV177.54144.6296.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=25.05%
G=36.26%
B=38.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341942070.350.0600.19190.6843.266.86
Hex86C2CF236013bf2b43
Octal20630231743602327753103
Binary100001101100001011001111100011110010011101111111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,207); }

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

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

 a { background-color: rgb(134,194,207); }

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

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

 span { border-color: rgb(134,194,207); }

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