#86DAD9

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

Shades of Spray #86DAD9

Tints of Spray #86DAD9

Color information

#86DAD9 (or 0x86DAD9) is unknown color: approx Spray. HEX triplet: 86, DA and D9. RGB value is (134,218,217). Sum of RGB (Red+Green+Blue) = 134+218+217=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DAD9 is #792526. Grayscale: #C0C0C0. Windows color (decimal): -7939367 or 14277254. OLE color: 14277254.

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

Color convert

RGB134218217-
CMYK0.3900.000.15
HSL179.29º53.16%69.02%-
HSV(B)179.29º38.53%85.49%-
XYZ47.4360.2274.77-
YUV192.77141.6786.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=23.55%
G=38.31%
B=38.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342182170.3900.000.15179.2953.1669.02
Hex86DAD92700Fb33545
Octal20633233147001726365105
Binary100001101101101011011001100111001111101100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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