#86C4CA

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

Shades of Spray #86C4CA

Tints of Spray #86C4CA

Color information

#86C4CA (or 0x86C4CA) is unknown color: approx Spray. HEX triplet: 86, C4 and CA. RGB value is (134,196,202). Sum of RGB (Red+Green+Blue) = 134+196+202=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #86C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C4CA is #793B35. Grayscale: #B2B2B2. Windows color (decimal): -7945014 or 13288582. OLE color: 13288582.

HSL color Cylindrical-coordinate representation of color #86C4CA: hue angle of 185.29º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86C4CA is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134196202-
CMYK0.340.0300.21
HSL185.29º39.08%65.88%-
HSV(B)185.29º33.66%79.22%-
XYZ40.2348.8163.18-
YUV178.15141.4696.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=25.19%
G=36.84%
B=37.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341962020.340.0300.21185.2939.0865.88
Hex86C4CA223015b92742
Octal20630431242302527147102
Binary10000110110001001100101010001011010101101110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,196,202); }

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

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

 a { background-color: rgb(134,196,202); }

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

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

 span { border-color: rgb(134,196,202); }

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