#86D0D9

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

Shades of Spray #86D0D9

Tints of Spray #86D0D9

Color information

#86D0D9 (or 0x86D0D9) is unknown color: approx Spray. HEX triplet: 86, D0 and D9. RGB value is (134,208,217). Sum of RGB (Red+Green+Blue) = 134+208+217=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #86D0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0D9 is #792F26. Grayscale: #BABABA. Windows color (decimal): -7941927 or 14274694. OLE color: 14274694.

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

Color convert

RGB134208217-
CMYK0.380.0400.15
HSL186.51º52.2%68.82%-
HSV(B)186.51º38.25%85.1%-
XYZ44.9155.1973.93-
YUV186.9144.9890.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=23.97%
G=37.21%
B=38.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342082170.380.0400.15186.5152.268.82
Hex86D0D92640Fbb3445
Octal20632033146401727364105
Binary10000110110100001101100110011010001111101110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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