#86DDDD

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

Shades of Spray #86DDDD

Tints of Spray #86DDDD

Color information

#86DDDD (or 0x86DDDD) is unknown color: approx Spray. HEX triplet: 86, DD and DD. RGB value is (134,221,221). Sum of RGB (Red+Green+Blue) = 134+221+221=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #86DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDDD is #792222. Grayscale: #C2C2C2. Windows color (decimal): -7938595 or 14540166. OLE color: 14540166.

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

Color convert

RGB134221221-
CMYK0.39000.13
HSL180º56.13%69.61%-
HSV(B)180º39.37%86.67%-
XYZ48.746277.81-
YUV194.99142.6884.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.26%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=23.26%
G=38.37%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342212210.39000.1318056.1369.61
Hex86DDDD2700Db43846
Octal20633533547001526470106
Binary100001101101110111011101100111001101101101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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