#86C2CD

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

Shades of Spray #86C2CD

Tints of Spray #86C2CD

Color information

#86C2CD (or 0x86C2CD) is unknown color: approx Spray. HEX triplet: 86, C2 and CD. RGB value is (134,194,205). Sum of RGB (Red+Green+Blue) = 134+194+205=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #86C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2CD is #793D32. Grayscale: #B1B1B1. Windows color (decimal): -7945523 or 13484678. OLE color: 13484678.

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

Color convert

RGB134194205-
CMYK0.350.0500.20
HSL189.3º41.52%66.47%-
HSV(B)189.3º34.63%80.39%-
XYZ40.1448.0664.92-
YUV177.31143.6297.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.14%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=25.14%
G=36.40%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341942050.350.0500.20189.341.5266.47
Hex86C2CD235014bd2a42
Octal20630231543502427552102
Binary100001101100001011001101100011101010100101111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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