#86DCDC

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

Shades of Spray #86DCDC

Tints of Spray #86DCDC

Color information

#86DCDC (or 0x86DCDC) is unknown color: approx Spray. HEX triplet: 86, DC and DC. RGB value is (134,220,220). Sum of RGB (Red+Green+Blue) = 134+220+220=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #86DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDC is #792323. Grayscale: #C2C2C2. Windows color (decimal): -7938852 or 14474374. OLE color: 14474374.

HSL color Cylindrical-coordinate representation of color #86DCDC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCDC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134220220-
CMYK0.39000.14
HSL180º55.13%69.41%-
HSV(B)180º39.09%86.27%-
XYZ48.3461.4277.02-
YUV194.29142.5185-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.34%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=23.34%
G=38.33%
B=38.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342202200.39000.1418055.1369.41
Hex86DCDC2700Eb43745
Octal20633433447001626467105
Binary100001101101110011011100100111001110101101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,220); }

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

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

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

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

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

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

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