#86C7D6

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

Shades of Spray #86C7D6

Tints of Spray #86C7D6

Color information

#86C7D6 (or 0x86C7D6) is unknown color: approx Spray. HEX triplet: 86, C7 and D6. RGB value is (134,199,214). Sum of RGB (Red+Green+Blue) = 134+199+214=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #86C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7D6 is #793829. Grayscale: #B5B5B5. Windows color (decimal): -7944234 or 14075782. OLE color: 14075782.

HSL color Cylindrical-coordinate representation of color #86C7D6: hue angle of 191.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86C7D6 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134199214-
CMYK0.370.0700.16
HSL191.25º49.38%68.24%-
HSV(B)191.25º37.38%83.92%-
XYZ42.3950.7771.18-
YUV181.27146.4794.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.50%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=24.50%
G=36.38%
B=39.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341992140.370.0700.16191.2549.3868.24
Hex86C7D6257010bf3144
Octal20630732645702027761104
Binary100001101100011111010110100101111010000101111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,214); }

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

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

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

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

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

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

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