#86C6D4

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

Shades of Spray #86C6D4

Tints of Spray #86C6D4

Color information

#86C6D4 (or 0x86C6D4) is unknown color: approx Spray. HEX triplet: 86, C6 and D4. RGB value is (134,198,212). Sum of RGB (Red+Green+Blue) = 134+198+212=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #86C6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C6D4 is #79392B. Grayscale: #B4B4B4. Windows color (decimal): -7944492 or 13944454. OLE color: 13944454.

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

Color convert

RGB134198212-
CMYK0.370.0700.17
HSL190.77º47.56%67.84%-
HSV(B)190.77º36.79%83.14%-
XYZ41.9150.2169.77-
YUV180.46145.894.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=24.63%
G=36.40%
B=38.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341982120.370.0700.17190.7747.5667.84
Hex86C6D4257011bf3044
Octal20630632445702127760104
Binary100001101100011011010100100101111010001101111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,198,212); }

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

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

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

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

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

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

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