#86D9DC

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

Shades of Spray #86D9DC

Tints of Spray #86D9DC

Color information

#86D9DC (or 0x86D9DC) is unknown color: approx Spray. HEX triplet: 86, D9 and DC. RGB value is (134,217,220). Sum of RGB (Red+Green+Blue) = 134+217+220=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9DC is #792623. Grayscale: #C0C0C0. Windows color (decimal): -7939620 or 14473606. OLE color: 14473606.

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

Color convert

RGB134217220-
CMYK0.390.0100.14
HSL182.09º55.13%69.41%-
HSV(B)182.09º39.09%86.27%-
XYZ47.5659.8676.76-
YUV192.52143.586.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.47%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=23.47%
G=38.00%
B=38.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342172200.390.0100.14182.0955.1369.41
Hex86D9DC2710Eb63745
Octal20633133447101626667105
Binary100001101101100111011100100111101110101101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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