#86DCDF

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

Shades of Spray #86DCDF

Tints of Spray #86DCDF

Color information

#86DCDF (or 0x86DCDF) is unknown color: approx Spray. HEX triplet: 86, DC and DF. RGB value is (134,220,223). Sum of RGB (Red+Green+Blue) = 134+220+223=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #86DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDF is #792320. Grayscale: #C2C2C2. Windows color (decimal): -7938849 or 14670982. OLE color: 14670982.

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

Color convert

RGB134220223-
CMYK0.400.0100.13
HSL182.02º58.17%70%-
HSV(B)182.02º39.91%87.45%-
XYZ48.7461.5879.13-
YUV194.63144.0184.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=23.22%
G=38.13%
B=38.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342202230.400.0100.13182.0258.1770
Hex86DCDF2810Db63a46
Octal20633433750101526672106
Binary100001101101110011011111101000101101101101101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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