#86DADA

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

Shades of Spray #86DADA

Tints of Spray #86DADA

Color information

#86DADA (or 0x86DADA) is unknown color: approx Spray. HEX triplet: 86, DA and DA. RGB value is (134,218,218). Sum of RGB (Red+Green+Blue) = 134+218+218=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #86DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DADA is #792525. Grayscale: #C0C0C0. Windows color (decimal): -7939366 or 14342790. OLE color: 14342790.

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

Color convert

RGB134218218-
CMYK0.39000.15
HSL180º53.16%69.02%-
HSV(B)180º38.53%85.49%-
XYZ47.5660.2775.46-
YUV192.88142.1786-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.51%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=23.51%
G=38.25%
B=38.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342182180.39000.1518053.1669.02
Hex86DADA2700Fb43545
Octal20633233247001726465105
Binary100001101101101011011010100111001111101101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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