#86D7DC

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

Shades of Spray #86D7DC

Tints of Spray #86D7DC

Color information

#86D7DC (or 0x86D7DC) is unknown color: approx Spray. HEX triplet: 86, D7 and DC. RGB value is (134,215,220). Sum of RGB (Red+Green+Blue) = 134+215+220=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D7DC is #792823. Grayscale: #BFBFBF. Windows color (decimal): -7940132 or 14473094. OLE color: 14473094.

HSL color Cylindrical-coordinate representation of color #86D7DC: hue angle of 183.49º 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 #86D7DC is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134215220-
CMYK0.390.0200.14
HSL183.49º55.13%69.41%-
HSV(B)183.49º39.09%86.27%-
XYZ47.0558.8476.59-
YUV191.35144.1687.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=23.55%
G=37.79%
B=38.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342152200.390.0200.14183.4955.1369.41
Hex86D7DC2720Eb73745
Octal20632733447201626767105
Binary1000011011010111110111001001111001110101101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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